summaryrefslogtreecommitdiff
path: root/home-manager/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-26 21:13:52 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-26 21:15:39 +0530
commit78508ad70b289d27af779f1e8f04bd698f422cb4 (patch)
tree99509db2c9cf3eedd8c4de40ad1e882fb0cb740c /home-manager/cez
parent854039328f9d955ef6b8c47e3bbcec4392a22df2 (diff)
home-manager/cez: init
Diffstat (limited to 'home-manager/cez')
-rw-r--r--home-manager/cez/home.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home-manager/cez/home.nix b/home-manager/cez/home.nix
new file mode 100644
index 0000000..d491cf2
--- /dev/null
+++ b/home-manager/cez/home.nix
@@ -0,0 +1,5 @@
+{ ... }: {
+ imports = [ ../wayland/home.nix ];
+
+ services.mako.font = "Sans 13";
+}