diff options
author | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
commit | d328d8acc452f1d22dd6395e82e616aa4605fd38 (patch) | |
tree | 9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /services | |
parent | 563855b35d41305eb9647d687f5e57af6e66ac14 (diff) |
rework sizing; enable powertop
Diffstat (limited to 'services')
-rw-r--r-- | services/dunst.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/dunst.nix b/services/dunst.nix index 570beba..b8bda7f 100644 --- a/services/dunst.nix +++ b/services/dunst.nix | |||
@@ -10,7 +10,7 @@ with theme; | |||
10 | enable = true; | 10 | enable = true; |
11 | settings = { | 11 | settings = { |
12 | global = { | 12 | global = { |
13 | font = "Input 9"; | 13 | font = "Nerd Input 12"; |
14 | allow_markup = "no"; | 14 | allow_markup = "no"; |
15 | format = ''%s\n%b''; | 15 | format = ''%s\n%b''; |
16 | sort = "yes"; | 16 | sort = "yes"; |