summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/cez/home.nix2
-rw-r--r--home/wayland/modules/foot.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/cez/home.nix b/home/cez/home.nix
index a11c07d..da3f6d6 100644
--- a/home/cez/home.nix
+++ b/home/cez/home.nix
@@ -1,5 +1,5 @@
{ ... }: let
- font = "Sans 13";
+ font = "sans 13";
monoFont = "monospace:size=18";
in {
imports = [ ../wayland/home.nix ];
diff --git a/home/wayland/modules/foot.nix b/home/wayland/modules/foot.nix
index bf1ddc4..b068b87 100644
--- a/home/wayland/modules/foot.nix
+++ b/home/wayland/modules/foot.nix
@@ -6,7 +6,7 @@
colors.background = "000000";
main = {
pad = "10x10";
- font = lib.mkDefault "monospace:size=18";
+ font = lib.mkDefault "monospace";
};
};
};