diff --git a/README.md b/README.md index 3383516..2cde6ba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # Dotfiles -My NixOS configuration. \ No newline at end of file +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 + ]; +} +``` \ No newline at end of file