diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c132ef --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# nix-dots + +## Usuful commands + +``` bash +nixos-rebuild switch --flake ~/nix-dots#{NAME_OF_HOST} +``` + +``` bash +nh os switch ~/nix-dots/flake.nix +``` + +``` bash +nix flake update +```