pinwheel: Enable wayland in firefox

This commit is contained in:
Alexander Heldt
2024-08-18 14:46:06 +02:00
parent 4e8848b990
commit 1f142f303d

View File

@@ -113,5 +113,8 @@ in
home.packages = [ ff ff-alex ]; home.packages = [ ff ff-alex ];
}; };
environment.variables.BROWSER = "${ff-alex}/bin/ff-alex $@"; environment.variables = {
MOZ_ENABLE_WAYLAND=1;
BROWSER = "${ff-alex}/bin/ff-alex $@";
};
} }