about summary refs log tree commit diff
path: root/home/profiles/gui/config/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/config/mako.nix')
-rw-r--r--home/profiles/gui/config/mako.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/profiles/gui/config/mako.nix b/home/profiles/gui/config/mako.nix
new file mode 100644
index 0000000..041ee36
--- /dev/null
+++ b/home/profiles/gui/config/mako.nix
@@ -0,0 +1,10 @@
+{ config, neotheme }:
+
+with neotheme.colors;
+
+let
+  guiCfg = config.profiles.gui;
+in
+{
+
+}