home(gnome): link monitors.xml
This commit is contained in:
parent
426ec123e7
commit
681fda20b4
3 changed files with 8 additions and 2 deletions
|
@ -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")
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue