summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-02 07:18:01 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-02 07:18:34 +0530
commit7efc19358c3f46ac2189a383601a22ab835d83f0 (patch)
tree54970ae07cd5c3833c1797fb88de761003704eee /home
parent523c1b4b890e5d2b74651558a3a47da41f42d9e8 (diff)
home-manager/wayland/foot: don't set font size
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";
};
};
};