aboutsummaryrefslogtreecommitdiff
path: root/home/wm/sway/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-18 12:35:50 -0700
commitc8f5547e544653a57e3f5196e71a99b5b22b7421 (patch)
tree530dc3b38955130b4c305de2ab28029e1f6d5e5d /home/wm/sway/default.nix
parenthosts: it's time to switch to schedutil (diff)
downloadinfra-c8f5547e544653a57e3f5196e71a99b5b22b7421.tar.gz
home/fonts: be more consistent in my choices
- source code pro for monospace - dejavu sans for sans serif - dejavu serif for serif
Diffstat (limited to 'home/wm/sway/default.nix')
-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 f666e19..0ea5d8a 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 = [ "Bitstream Vera Serif" ];
+ names = [ "Source Code Pro" ];
size = 10.0;
};
keybindings = lib.mkOptionDefault {