about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.org b/README.org
index d35c717..39660ed 100644
--- a/README.org
+++ b/README.org
@@ -1,12 +1,7 @@
 #+TITLE: world - nix configuration
 
 * nixos
-To rebuild the host:
+To rebuild the host and home-manager:
 #+begin_src sh
 sudo nixos-rebuild switch  --flake .
 #+end_src
-* home manager
-To build the configuration for the current user:
-#+begin_src sh
-home-manager switch --flake .
-#+end_src