diff --git a/modules/linux/swaywm.nix b/modules/linux/swaywm.nix index 8c4b5ac..91d828b 100644 --- a/modules/linux/swaywm.nix +++ b/modules/linux/swaywm.nix @@ -56,7 +56,7 @@ in with lib; { enable = true; # Enable the wrapper for gtk applications wrapperFeatures.gtk = true; - package = null; + # package = null; }; environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };