summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 14:38:57 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 14:38:57 +0200
commitc04d34ab44a1bd2b0118736d4a9a796f1c700eb2 (patch)
tree53f7b0e4fce40d066a08dbae0f213f4f4ea50f09 /sys
parenthyprland: init module (diff)
downloadnix-config-c04d34ab44a1bd2b0118736d4a9a796f1c700eb2.tar.gz
nix-config-c04d34ab44a1bd2b0118736d4a9a796f1c700eb2.zip
sway: init module
This inits both the nixos and the home-manager module
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;
-  };
-}