zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 31b88bb707e3581bd4a48d6ee76feafeff29413a
parent efc6980332a85df89fc6329c317fd0093c3c0efa
Author: Katja (zaphyra) <git@ctu.cx>
Date: Fri, 6 Jun 2025 21:20:23 +0200

config/nixos/modules/presets/graphical/typeGnomeMinimal: impermanence foo
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/config/nixos/modules/gnomeMinimal.nix b/config/nixos/modules/gnomeMinimal.nix
@@ -60,18 +60,6 @@ in
 
     in
     {
-
-      modules.filesystem.impermanence.system.dirs = [
-        "/etc/NetworkManager/system-connections"
-        "/var/lib/NetworkManager"
-        {
-          directory = "/var/lib/colord";
-          user = "colord";
-          group = "colord";
-          mode = "u=rwx,g=rx,o=";
-        }
-      ];
-
       # patched to remove xorg and xwayland completely
       nixpkgs.overlays = [
         (final: prev: {
diff --git a/config/nixos/modules/presets/graphical/typeGnomeMinimal.nix b/config/nixos/modules/presets/graphical/typeGnomeMinimal.nix
@@ -22,6 +22,18 @@ in
       })
     ];
 
+    modules.filesystem.impermanence.system.dirs = [
+      "/var/lib/bluetooth"
+      "/var/lib/NetworkManager"
+      "/etc/NetworkManager/system-connections"
+      {
+        directory = "/var/lib/colord";
+        mode = "u=rwx,g=rx,o=";
+        user = "colord";
+        group = "colord";
+      }
+    ];
+
     modules = {
       gnomeMinimal.enable = true;
       services.earlyoom.avoid = [