summaryrefslogtreecommitdiffstats
path: root/sys/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sys/desktop')
-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;
+ };
+}