diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 21:00:21 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-06 21:00:21 -0400 |
| commit | a88fbe4bc93c44dd84ec3dee2b981c46881416d6 (patch) | |
| tree | 1d84fe4fe0e62a5ac4419ba6402fd9b550e0f640 /modules/sway/default.nix | |
| parent | da765229ee0855fee18fcb4f058413ae72850824 (diff) | |
| download | home-a88fbe4bc93c44dd84ec3dee2b981c46881416d6.tar.gz | |
new font
Diffstat (limited to 'modules/sway/default.nix')
| -rw-r--r-- | modules/sway/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix index 3fe2c9f..9294688 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -48,7 +48,7 @@ in right = "i"; fonts = { - names = [ "ComicShannsMono Nerd Font Mono" ]; # material + names = [ "BerkeleyMonoPatched Nerd Font" ]; size = 10.0; }; @@ -116,7 +116,7 @@ in mode = "hide"; hiddenState = "hide"; fonts = { - names = [ "BerkeleyMonoPatched Nerd Font" ]; + names = [ "BerkeleyMonoPatched Nerd Font Propo" ]; size = "10.0"; }; extraConfig = '' |