override settings in dunst config
parent
f522285fac
commit
36e6907cfa
|
@ -15,7 +15,12 @@ in
|
||||||
name = "rose-pine";
|
name = "rose-pine";
|
||||||
package = pkgs.rose-pine-icon-theme;
|
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";
|
# xdg.configFile."dunst/dunstrc.d/50-theme.conf".source = inputs.dunst-theme.outPath + "/rose-pine.conf";
|
||||||
|
|
Loading…
Reference in New Issue