about summary refs log tree commit diff
path: root/home/profiles/base/config/dunst.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-25 09:45:22 +0900
committersefidel <contact@sefidel.net>2022-01-25 09:45:22 +0900
commit3031fbd6a92ff1e4d16c67d8390055aff7da31f8 (patch)
tree732cbd45cad30d18b67e8de0e32b3307330fdd31 /home/profiles/base/config/dunst.nix
parent371775643fb5bcb1a5376f99aa456037c064a6b8 (diff)
downloadnixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.tar.gz
nixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.zip
home/base: use good ol dina
Diffstat (limited to 'home/profiles/base/config/dunst.nix')
-rw-r--r--home/profiles/base/config/dunst.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/dunst.nix b/home/profiles/base/config/dunst.nix
index 142f547..60ed15f 100644
--- a/home/profiles/base/config/dunst.nix
+++ b/home/profiles/base/config/dunst.nix
@@ -19,7 +19,7 @@ with neotheme.colors;
     word_wrap = true;
     show_indicators = false;
     format = "<b>%s</b>\\n\\n%b";
-    font = "Terminus 11";
+    font = "Dina 10";
     frame_color = "#${color3}";
     separator_color = "auto";
     max_icon_size = 80;