#+TITLE: world - nix configuration * nixos To rebuild the host: #+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