diff --git a/README.md b/README.md index 816632e4..3130d83e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # NixOS Configuration Repository ## NOTE: These configs expect this repo to be cloned to /etc/nixos/git/ ``` +# First run as root: git clone https://git.sysctl.io/albert/nix /etc/nixos/git ln -s /etc/nixos/git/flake.nix /etc/nixos/flake.nix nixos-rebuild switch --flake '/etc/nixos#' +mkdir /nix/var/nix/profiles/per-user/ + +# as : +home-manager switch -b backup --flake /etc/nixos/git ``` ![Gruv'd Hyprland](./screenshot.png "Hyprland with a Gruvboxy theme") --- diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index 1ff449ed..ccb46072 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -43,5 +43,4 @@ # Temporary networking.firewall.allowedTCPPorts = [ 22 ]; - } \ No newline at end of file