fix(dunst): theme config

This commit is contained in:
Barrett Ruth 2026-02-17 09:58:42 -05:00
parent b51130e0c6
commit d23b0ad45e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -284,6 +284,8 @@ in
};
xdg.configFile."dunst/dunstrc" = lib.mkForce {
text = ''
include ${config.xdg.configHome}/dunst/themes/theme.conf
[global]
font = SF Pro Display 13
width = (0, 400)
@ -305,8 +307,6 @@ in
appname = ctl
icon_position = off
format = %s
include ${config.xdg.configHome}/dunst/themes/theme.conf
'';
};
xdg.configFile."dunst/themes/midnight.conf".text = mkDunstTheme config.palettes.midnight;