fix(gnome): add monitors persist

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

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 = [ ];
}