override settings in dunst config

main
Zynh Ludwig 2024-07-01 23:47:44 -07:00
parent f522285fac
commit 36e6907cfa
1 changed files with 6 additions and 1 deletions

View File

@ -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";