about summary refs log tree commit diff
path: root/home/wm/sway/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-14 19:12:22 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-14 19:13:02 -0700
commita720bc5019f4a9f53c8720fb0d4eed4ae2cd3e7d (patch)
tree2e488cd26fe2fe70bb9df2b80cf0b9b8e5435e39 /home/wm/sway/default.nix
parentmodules/fonts: add more fonts (diff)
downloadworld-a720bc5019f4a9f53c8720fb0d4eed4ae2cd3e7d.tar.gz
home/sway: a bunch of small tweaks
Diffstat (limited to '')
-rw-r--r--home/wm/sway/default.nix2
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 {