summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 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)