diff options
Diffstat (limited to 'home/cez/home.nix')
-rw-r--r-- | home/cez/home.nix | 2 |
1 files changed, 1 insertions, 1 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 ]; |