aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/rices/nord-blue/dunst.nix3
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;
};