home(gnome): add monitors persist

This commit is contained in:
514fpv 2024-09-02 22:14:26 +08:00
parent 8e60859b12
commit 7b775f79dd
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 3 additions and 17 deletions

View file

@ -223,7 +223,7 @@ in mkIf cfg.enable {
#"${pse}/user-theme".name = "catppuccin-mocha-pink-compact";
"${pse}/caffeine" = {
screen-blank = "always";
screen-blank = "never";
};
"${pse}/dash-to-dock" = {

View file

@ -46,5 +46,6 @@ in mkIf cfg.enable {
]);
users.home.persist.directories = [ ".config/dconf" ];
users.home.persist.files = [ ".config/monitors.xml" ];
environment.persistence."/nix/persist/fhs".directories = [ ];
}