diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-26 00:18:45 -0400 |
| commit | 84a718ac1b4def43028a8ec2a14ed4a94063ac09 (patch) | |
| tree | 9ef70f80360834d44a84b81687db32c4bddd83fc /modules/tofi.nix | |
| parent | e9c9db7ac6a79a86bfb1fdb9d26f794a04b74988 (diff) | |
| download | home-84a718ac1b4def43028a8ec2a14ed4a94063ac09.tar.gz | |
repo: sync configs
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%"; |