override settings in dunst config
This commit is contained in:
parent
f522285fac
commit
36e6907cfa
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,12 @@ in
|
|||
name = "rose-pine";
|
||||
package = pkgs.rose-pine-icon-theme;
|
||||
};
|
||||
settings = import ./util/rose-pine-dunst.nix { theme = "default"; };
|
||||
settings = lib.mkMerge [
|
||||
(import ./util/rose-pine-dunst.nix { theme = "default"; })
|
||||
{
|
||||
global = { offset = lib.mkForce "5x25"; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# xdg.configFile."dunst/dunstrc.d/50-theme.conf".source = inputs.dunst-theme.outPath + "/rose-pine.conf";
|
||||
|
|
Loading…
Reference in a new issue