diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-14 19:12:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-14 19:13:02 -0700 |
commit | a720bc5019f4a9f53c8720fb0d4eed4ae2cd3e7d (patch) | |
tree | 2e488cd26fe2fe70bb9df2b80cf0b9b8e5435e39 /home/wm/sway | |
parent | modules/fonts: add more fonts (diff) | |
download | world-a720bc5019f4a9f53c8720fb0d4eed4ae2cd3e7d.tar.gz |
home/sway: a bunch of small tweaks
Diffstat (limited to 'home/wm/sway')
-rw-r--r-- | home/wm/sway/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wm/sway/default.nix b/home/wm/sway/default.nix index c89824c..f666e19 100644 --- a/home/wm/sway/default.nix +++ b/home/wm/sway/default.nix @@ -41,7 +41,7 @@ in menu = ''${pkgs.wofi}/bin/wofi -S drun -p "app:" -L 10''; bars = [ ]; fonts = { - names = [ "iosevka extended" ]; + names = [ "Bitstream Vera Serif" ]; size = 10.0; }; keybindings = lib.mkOptionDefault { |