diff --git a/README.md b/README.md index 6ed6562..07b697b 100644 --- a/README.md +++ b/README.md @@ -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 new file mode 100644 index 0000000..b7d468b Binary files /dev/null and b/screenshot.png differ