diff --git a/hosts/modules/gui/sway/default.nix b/hosts/modules/gui/sway/default.nix index 2457bbfb..d6c0675b 100644 --- a/hosts/modules/gui/sway/default.nix +++ b/hosts/modules/gui/sway/default.nix @@ -134,6 +134,7 @@ in # - org.freedesktop.impl.portal.ScreenCast # - org.freedesktop.impl.portal.Screenshot enable = true; + extraPackages = []; # nixos adds swaylock, swayidle, foot, dmenu by default # "wrapGAppsHook wrapper to execute sway with required environment variables for GTK applications." wrapperFeatures.gtk = true; };