From 8cd277d2f4cef9e14f074d4eb6a235610f839418 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sat, 10 Aug 2024 14:49:48 +0900
Subject: chore(services/blocky): fix typo

---
 home/profiles/gui/config/mako.nix | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 home/profiles/gui/config/mako.nix

(limited to 'home/profiles/gui/config')

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
+{
+
+}
-- 
cgit 1.4.1