summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-29 17:41:57 +0200
committersils <sils@sils.li>2023-08-29 17:41:57 +0200
commitfdadffeb3eff709fd482750bd861f537ee969b10 (patch)
tree46ffc78318cdcbcbb8346149b0f3feffad02ae4c /sys
parentfeat(sys/services): import greetd (diff)
downloadnix-config-fdadffeb3eff709fd482750bd861f537ee969b10.tar.gz
nix-config-fdadffeb3eff709fd482750bd861f537ee969b10.zip
feat(sys/desktop/sway): add
Diffstat (limited to 'sys')
-rw-r--r--sys/desktop/sway/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/desktop/sway/default.nix b/sys/desktop/sway/default.nix
new file mode 100644
index 0000000..e131221
--- /dev/null
+++ b/sys/desktop/sway/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+  programs.sway = {
+    enable = true;
+    package = null;
+  };
+}