From d23b0ad45ed7d37701c2a9d7ecd54eab8e9ad725 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 17 Feb 2026 09:58:42 -0500 Subject: [PATCH] fix(dunst): theme config --- home/modules/ui.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 5710b1b..14b02c0 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -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;