sway: don't auto install extraPackages

This commit is contained in:
Aly Raffauf 2024-08-17 21:45:02 -04:00
parent d6e93835e5
commit 61fbd5ce2a

View file

@ -8,6 +8,7 @@
programs = {
sway = {
enable = true;
extraPackages = lib.mkDefault [];
package = pkgs.swayfx;
};
};