From 186c09594d5b166df168f4b19d613ea865c2f8d8 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 2 Aug 2023 08:19:56 +0000 Subject: [PATCH] sway: remove default packages (unused) --- hosts/modules/gui/sway/default.nix | 1 + 1 file changed, 1 insertion(+) 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; };