Updated readme
This commit is contained in:
parent
73f957e81d
commit
f80ae292ba
18
README.md
18
README.md
|
@ -1,3 +1,19 @@
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
My NixOS configuration.
|
My NixOS configuration.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Clone the repository to some directory. `/etc/nixos/git` in this example.
|
||||||
|
|
||||||
|
Set up `configuration.nix`:
|
||||||
|
```nix
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hardware-configuration.nix
|
||||||
|
./git/machines/[machine].nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue