diff --git a/hosts/zaphod/default.nix b/hosts/zaphod/default.nix index 7fa7ebbe..244851dd 100644 --- a/hosts/zaphod/default.nix +++ b/hosts/zaphod/default.nix @@ -20,7 +20,6 @@ # Machine-specific programs. ./programs/ssh.nix - ./programs/sway.nix ./programs/zsh.nix # Agenix secrets diff --git a/hosts/zaphod/programs/sway.nix b/hosts/zaphod/programs/sway.nix deleted file mode 100644 index 5ef3cabb..00000000 --- a/hosts/zaphod/programs/sway.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - programs.sway = { - enable = false; - wrapperFeatures.base = true; - wrapperFeatures.gtk = true; - }; -}