diff options
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 62c821d..7b36cb1 100644 --- a/modules/tofi.nix +++ b/modules/tofi.nix @@ -16,8 +16,9 @@ in settings = { # font = "ComicShannsMono Nerd Font Mono 10"; # font = "GoMono Nerd Font Propo"; - font = "Fanwood Text"; + font = "${pkgs.inter}/share/fonts/tuetype/InterVariable.ttf"; "font-size" = 24; + hint-font = false; # width = "60%"; # height = "50%"; |