aboutsummaryrefslogtreecommitdiffstats
path: root/sys/desktop/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sys/desktop/sway')
-rw-r--r--sys/desktop/sway/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/desktop/sway/default.nix b/sys/desktop/sway/default.nix
deleted file mode 100644
index e131221..0000000
--- a/sys/desktop/sway/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{...}: {
- programs.sway = {
- enable = true;
- package = null;
- };
-}