Add README.md
This commit is contained in:
parent
57e3cda074
commit
992f8b23ac
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# nixpkgs configuration
|
||||||
|
|
||||||
|
This repository contains nix modules, overlays and packages for my home and work setups.
|
||||||
|
|
||||||
|
It requires [home-manager](https://github.com/nix-community/home-manager) to be set up and available in your path. Private parts of the configuration are not part of the repo. I include them from `home.nix` like so:
|
||||||
|
|
||||||
|
```nix
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./modules/profiles/gorgon.nix
|
||||||
|
./private/metis
|
||||||
|
];
|
||||||
|
}
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue