aboutsummaryrefslogtreecommitdiff
path: root/services/dunst.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-10-06 14:57:30 +0100
committerAkshay <[email protected]>2023-10-06 14:57:30 +0100
commit6452d3840b78d619018aa305e718ebd2a642caf4 (patch)
tree30b7a8a1c9c56475d1978e4a7c34e657dd46f456 /services/dunst.nix
parent1f5297bf737560fa2dd886fbb8cb94331cccf93a (diff)
unify fonts
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";