Swaywm package can't be null

This commit is contained in:
Nathan McCarty 2023-06-06 18:16:30 -04:00
parent 1a8938ed65
commit bac6ccf82d
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ in with lib; {
enable = true;
# Enable the wrapper for gtk applications
wrapperFeatures.gtk = true;
package = null;
# package = null;
};
environment.sessionVariables = { MOZ_ENABLE_WAYLAND = "1"; };