From 3fc51de5171feb362b8373273c3e82de2a70e076 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Apr 2024 21:23:53 +0530 Subject: home: home-manager -> home --- home/cez/home.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/cez/home.nix (limited to 'home/cez') diff --git a/home/cez/home.nix b/home/cez/home.nix new file mode 100644 index 0000000..a11c07d --- /dev/null +++ b/home/cez/home.nix @@ -0,0 +1,12 @@ +{ ... }: 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; + }; +} -- cgit v1.2.3