diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index de9aa8e..e701b1c 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -5,7 +5,7 @@ }: { wayland.windowManager.sway = { enable = true; - package = pkgs.swayfx; + # package = pkgs.swayfx; config = rec { terminal = "kitty"; startup = [{command = "firefox";}];