diff --git a/flake.nix b/flake.nix index 8802e33..2e73b5d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,5 @@ { - description = "First stab at a flake for my system config"; - - # nix = { - # gc.automatic = true; - # optimize.automatic = true; - # }; + description = "Complete system and home config"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; @@ -25,7 +20,6 @@ ./system/gnome.nix ./system/btrbk.nix ./system/hardware-nova.nix - #firewall ]; }; romulus = nixpkgs.lib.nixosSystem { diff --git a/home/default.nix b/home/default.nix index 31d9a42..c2df4c4 100644 --- a/home/default.nix +++ b/home/default.nix @@ -78,6 +78,7 @@ # text publishing hunspell + hunspellDicts.en_US hunspellDicts.de_DE hunspellDicts.th_TH hyphen diff --git a/home/desktop/demand_office.jpg b/home/desktop/demand_office.jpg deleted file mode 100644 index b848e38..0000000 Binary files a/home/desktop/demand_office.jpg and /dev/null differ diff --git a/home/desktop/fjord.jpg b/home/desktop/fjord.jpg deleted file mode 100644 index 0ceac3d..0000000 Binary files a/home/desktop/fjord.jpg and /dev/null differ diff --git a/system/default.nix b/system/default.nix index 8a005a7..bc255e2 100644 --- a/system/default.nix +++ b/system/default.nix @@ -6,7 +6,12 @@ ./interception-tools.nix ]; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix = { + settings.experimental-features = [ "nix-command" "flakes" ]; + gc.automatic = true; + gc.dates = "weekly"; + optimise.automatic = true; + }; zramSwap.enable = true;