diff options
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 1026032 bytes |
2 files changed, 12 insertions, 2 deletions
@@ -1,2 +1,12 @@ -# nixos-config -❄️ My nixos configuration files +# ❄️ My NixOS Config + +```bash +git clone https://github.com/Andrey0189/nixos-config +mv nixos-config $HOME/nix # Config is supposed to be in the ~/nix directory +cd $HOME/nix +sudo nixos-rebuild switch --flake . +home-manager switch --flake . +``` +Enjoy! + +![Screenshot](./screenshot.png) diff --git a/screenshot.png b/screenshot.png Binary files differnew file mode 100644 index 0000000..b7d468b --- /dev/null +++ b/screenshot.png |