add moz enable wayland env

This commit is contained in:
jopejoe1 2024-12-13 18:23:43 +01:00
parent e2977f7c3e
commit 0f8b4be74b

View file

@ -53,6 +53,9 @@ in
username = config.users.users.c3terminal.name;
homeDirectory = config.users.users.c3terminal.home;
stateVersion = config.system.stateVersion;
sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
};
};
programs = {
firefox = {