about summary refs log tree commit diff
path: root/home/profiles/sway.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-29 11:18:46 -0700
commit16a5e1812031433f711371db802d972529ced7d0 (patch)
treef260ae93b6197bc96613bf8eab9945453b8956e8 /home/profiles/sway.nix
parentprofiles/default: fix the GC configuration (diff)
downloadworld-16a5e1812031433f711371db802d972529ced7d0.tar.gz
workstation: more tweaks for the UI and fonts
Diffstat (limited to 'home/profiles/sway.nix')
-rw-r--r--home/profiles/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/sway.nix b/home/profiles/sway.nix
index 193ecd5..d3629a0 100644
--- a/home/profiles/sway.nix
+++ b/home/profiles/sway.nix
@@ -2,7 +2,7 @@
 let
   modifier = "Mod4"; # `Super` key
   fonts = {
-    names = [ "Roboto" "Font Awesome 5 Free" "Font Awesome 5 Brands" "Arial" "sans-serif" ];
+    names = [ "Roboto" "sans-serif" ];
     style = "Bold";
     size = 10.0;
   };