diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 15:32:38 -0400 |
| commit | 9ded962b7bb48df298568b04eac08eb658cc5edf (patch) | |
| tree | 15e9a68e62e1a243439f389a24923f2f50804388 /modules/tofi.nix | |
| parent | 4bc0c6912de76c20c52b23d8897f29a6524ebd67 (diff) | |
| download | home-9ded962b7bb48df298568b04eac08eb658cc5edf.tar.gz | |
update
Diffstat (limited to 'modules/tofi.nix')
| -rw-r--r-- | modules/tofi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/tofi.nix b/modules/tofi.nix index 424a921..ad1b7e8 100644 --- a/modules/tofi.nix +++ b/modules/tofi.nix @@ -13,7 +13,8 @@ in programs.tofi = { enable = true; settings = { - font = "ComicShannsMono Nerd Font Mono 10"; + # font = "ComicShannsMono Nerd Font Mono 10"; + font = "BerkeleyMonoPatched Nerd Font 10"; "font-size" = 15; width = "60%"; |