add moz enable wayland env
This commit is contained in:
parent
e2977f7c3e
commit
0f8b4be74b
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue