summaryrefslogtreecommitdiff
path: root/home-manager/cez
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/cez')
-rw-r--r--home-manager/cez/home.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/home-manager/cez/home.nix b/home-manager/cez/home.nix
deleted file mode 100644
index a11c07d..0000000
--- a/home-manager/cez/home.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ ... }: let
- font = "Sans 13";
- monoFont = "monospace:size=18";
-in {
- imports = [ ../wayland/home.nix ];
-
- services.mako.font = font;
- programs = {
- zathura.options.font = font;
- foot.settings.main.font = monoFont;
- };
-}