aboutsummaryrefslogtreecommitdiff
path: root/services/dunst.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/dunst.nix')
-rw-r--r--services/dunst.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/dunst.nix b/services/dunst.nix
index 407820f..b0b1e67 100644
--- a/services/dunst.nix
+++ b/services/dunst.nix
@@ -1,6 +1,7 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, theme 3, theme
4, font
4, ... 5, ...
5}: 6}:
6 7
@@ -10,7 +11,7 @@ with theme;
10 enable = true; 11 enable = true;
11 settings = { 12 settings = {
12 global = { 13 global = {
13 font = "Nerd Input 10"; 14 font = "${font.name} 10";
14 allow_markup = "no"; 15 allow_markup = "no";
15 format = ''%s\n%b''; 16 format = ''%s\n%b'';
16 sort = "yes"; 17 sort = "yes";