summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/makeWm.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/makeWm.nix b/utils/makeWm.nix
new file mode 100644
index 0000000..166f35d
--- /dev/null
+++ b/utils/makeWm.nix
@@ -0,0 +1,7 @@
+name: protocol: {
+ addons.desktop.wmMeta.${name} = {
+ enable = true;
+ inherit protocol;
+
+ };
+}