From 6452d3840b78d619018aa305e718ebd2a642caf4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 6 Oct 2023 19:27:30 +0530 Subject: unify fonts --- services/dunst.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/dunst.nix') 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 @@ { config , pkgs , theme +, font , ... }: @@ -10,7 +11,7 @@ with theme; enable = true; settings = { global = { - font = "Nerd Input 10"; + font = "${font.name} 10"; allow_markup = "no"; format = ''%s\n%b''; sort = "yes"; -- cgit v1.2.3