aboutsummaryrefslogtreecommitdiff
path: root/modules/sway/default.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-23 15:21:07 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-23 15:21:07 -0400
commit3418ee0085b2d4efab4588b2888f56e82db738c8 (patch)
tree693609bfcda1c4ed3c6fb16a9034a21a9345f1de /modules/sway/default.nix
parent64f1e7926ce5e62558b582a272734d7998eaddb2 (diff)
downloadhome-3418ee0085b2d4efab4588b2888f56e82db738c8.tar.gz
refactor: integrate fontconfig support
Diffstat (limited to 'modules/sway/default.nix')
-rw-r--r--modules/sway/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix
index 22fb206..fbe507f 100644
--- a/modules/sway/default.nix
+++ b/modules/sway/default.nix
@@ -51,7 +51,7 @@ in
right = "i";
fonts = {
- names = [ "Roboto" ];
+ names = [ "monospace" ];
# style = "Bold";
size = 10.0;
};
@@ -136,7 +136,7 @@ in
# hiddenState = "hide";
position = "top";
fonts = {
- names = [ "Hack Nerd Font Propo" "Material Icons Round" ];
+ names = [ "sans-serif" "monospace" ];
size = "10.0";
};
extraConfig = ''