diff --git a/dots/.config/dunst/dunstrc.nix b/dots/.config/dunst/dunstrc.nix index 5cbf078..50c59ea 100644 --- a/dots/.config/dunst/dunstrc.nix +++ b/dots/.config/dunst/dunstrc.nix @@ -25,18 +25,18 @@ in { mouse_right_click = context - background = ${catppuccin.toHex colors.base} - foreground = ${catppuccin.toHex colors.text} - frame_color = ${catppuccin.toHex colors.blue} - highlight = ${catppuccin.toHex colors.blue} + background = "${catppuccin.toHex colors.base}" + foreground = "${catppuccin.toHex colors.text}" + frame_color = "${catppuccin.toHex colors.blue}" + highlight = "${catppuccin.toHex colors.blue}" frame_width = 2 [urgency_low] - frame_color = ${catppuccin.toHex colors.overlay0} + frame_color = "${catppuccin.toHex colors.overlay0}" [urgency_critical] - frame_color = ${catppuccin.toHex colors.red} - highlight = ${catppuccin.toHex colors.red} + frame_color = "${catppuccin.toHex colors.red}" + highlight = "${catppuccin.toHex colors.red}" ''; }; }