summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/default.nix1
-rw-r--r--sys/desktop/sway/default.nix6
2 files changed, 0 insertions, 7 deletions
diff --git a/sys/default.nix b/sys/default.nix
index e92f83e..a6ccb88 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,6 +1,5 @@
 {...}: {
   imports = [
-    ./desktop/sway
     ./environment
     ./font
     ./impermanence
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;
-  };
-}