diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:25:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:25:31 +0200 |
| commit | 132ce40161fd790ce8b743338b3176a293d285d6 (patch) | |
| tree | f55434c44a5201118cfc52a843a85ea8138a85bf | |
| parent | d71760f4f5f93bd36abb28845b16bc82ecbf56ed (diff) | |
Updated dunst to force its config
| -rw-r--r-- | home/rices/nord-blue/dunst.nix | 3 |
1 files changed, 1 insertions, 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; }; |
