move firefox var to firefox file
This commit is contained in:
parent
91510ef974
commit
66c01724c5
|
@ -31,5 +31,8 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -120,7 +120,6 @@ in {
|
|||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
QT_QPA_PLATFORMTHEME = "gtk3";
|
||||
VOLUME_CHANGE_SOUND =
|
||||
"${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/audio-volume-change.oga";
|
||||
|
|
Loading…
Reference in a new issue