zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 712d800bb6b543f1f1dc425b2e47938edd90e2fa
parent 1c8c31286b7611de5b6d78d9b41b23642975ae00
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sat, 7 Jun 2025 15:03:56 +0200

config/nixos/modules/presets/graphical/typeGnomeMinimal: persist `power-profiles-daemin` and `upower` state
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config/nixos/modules/presets/graphical/typeGnomeMinimal.nix b/config/nixos/modules/presets/graphical/typeGnomeMinimal.nix
@@ -26,6 +26,8 @@ in
       "/var/lib/bluetooth"
       "/var/lib/NetworkManager"
       "/etc/NetworkManager/system-connections"
+      "/var/lib/power-profiles-daemon"
+      "/var/lib/upower"
       {
         directory = "/var/lib/colord";
         mode = "u=rwx,g=rx,o=";