diff options
author | Andrey0189 | 2024-04-17 06:15:07 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-17 06:15:07 +0500 |
commit | ad435ed9531c62af974bc4787d090627899e0a6f (patch) | |
tree | 3654b75e8aa2d8afc7d9f0965ae054d2c14014d0 | |
parent | 8cf33549500be4d404a1acbbf7070679d72443b6 (diff) | |
download | nix-old-ad435ed9531c62af974bc4787d090627899e0a6f.tar.gz nix-old-ad435ed9531c62af974bc4787d090627899e0a6f.tar.bz2 nix-old-ad435ed9531c62af974bc4787d090627899e0a6f.zip |
Small update
-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 |