Updated readme

This commit is contained in:
Jan-Bulthuis 2024-12-02 01:03:01 +01:00
parent 73f957e81d
commit f80ae292ba
1 changed files with 17 additions and 1 deletions

View File

@ -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
];
}
```