From 132ce40161fd790ce8b743338b3176a293d285d6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 7 Apr 2026 13:25:31 +0200 Subject: Updated dunst to force its config --- home/rices/nord-blue/dunst.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/rices/nord-blue/dunst.nix b/home/rices/nord-blue/dunst.nix index 5516f55..b93bf6e 100644 --- a/home/rices/nord-blue/dunst.nix +++ b/home/rices/nord-blue/dunst.nix @@ -36,7 +36,7 @@ in { services.dunst = { enable = true; - settings = { + settings = lib.mkForce { global = { width = "(200,300)"; height = "(0,150)"; @@ -44,7 +44,6 @@ in { origin = "bottom-right"; transparency = 10; frame_width = 2; - font = "JetBrainsMono Nerd Font 10"; corner_radius = 8; gap_size = 5; }; -- cgit v1.2.3