home(gnome): link monitors.xml

This commit is contained in:
514fpv 2024-11-26 22:42:49 +08:00
parent e32444c3fe
commit 4608d5ba14
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 8 additions and 2 deletions

View file

@ -22,4 +22,11 @@ in mkIf cfg.enable {
catppuccin.enable = mkForce false;
home.pointerCursor = mkForce null;
gtk.enable = false;
home.persistence."/nix/persist/home/${config.home.username}" = {
removePrefixDirectory = true;
files = [
(if config.specialisation != {} then "gnome/.config/monitors.xml" else "extern/.config/monitors.xml")
];
};
}