summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--screenshot.pngbin0 -> 1026032 bytes
2 files changed, 12 insertions, 2 deletions
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
--- /dev/null
+++ b/screenshot.png
Binary files differ