about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1903ec7..aa1267d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # NIX Config
 My Personal NixOS Flake.
   
+
+# NixOS
 ## Installing
 
 ```
@@ -13,4 +15,16 @@ nixos-install --flake . #HOST
 nix flake update
 
 nixos-rebuild switch --flake . #HOST
-```
\ No newline at end of file
+```
+
+# Non-Nixos
+## Installing
+```
+nix build .#homeManagerConfigurations.HOST.activationPackage
+./result/activate
+```
+
+## Updating
+```
+home-manager switch --flake .#HOST
+```