fix(sway): Do not add unnecessary packages

This commit is contained in:
Jalil David Salamé Messina 2024-01-24 18:41:24 +01:00
parent 682fc0633c
commit 2cdce9df62
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -33,6 +33,7 @@ in
programs.dconf.enable = true;
programs.sway.enable = cfg.sway;
programs.sway.extraPackages = [ ]; # No extra packages (by default it adds foot, dmenu, and other stuff)
programs.sway.wrapperFeatures.base = true;
programs.sway.wrapperFeatures.gtk = true;