diff options
-rw-r--r-- | nixos/lindy.nix | 6 | ||||
-rw-r--r-- | nixpkgs/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 279a79c..a3bed87 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -9,6 +9,7 @@ #./gnome.nix #./fdn-vpn.nix ./sway.nix + ./wayfire.nix ]; networking.hostName = "lindy"; @@ -129,9 +130,8 @@ Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key paths = [ "/nix/persist" "/home/lx" - # "/home/lx.old" # TODO cleanup this - # /media/Zonz/Private - # /media/Zonz/Stuff + "/media/Zonz/Private" + "/media/Zonz/Stuff" ]; exclude = [ "/home/lx/.cache" diff --git a/nixpkgs/Makefile b/nixpkgs/Makefile index 7d2fb5c..46e282f 100644 --- a/nixpkgs/Makefile +++ b/nixpkgs/Makefile @@ -1,3 +1,3 @@ all: - nixfmt `hostname`.nix - nix run home-manager/release-23.11 -- switch -f `hostname`.nix + #nixfmt `hostname`.nix + nix run home-manager/release-23.11 -- switch -f `hostname`.nix -b backup |