sway: disable --debug flag

This commit is contained in:
2023-10-03 00:47:33 +00:00
parent 4dbb656a34
commit 41d8c6681f

View File

@@ -263,7 +263,7 @@ in
# - org.freedesktop.impl.portal.Screenshot
enable = true;
extraPackages = []; # nixos adds swaylock, swayidle, foot, dmenu by default
extraOptions = [ "--debug" ];
# extraOptions = [ "--debug" ];
# "wrapGAppsHook wrapper to execute sway with required environment variables for GTK applications."
wrapperFeatures.gtk = true;
package = cfg.package;