move firefox var to firefox file
This commit is contained in:
parent
91510ef974
commit
66c01724c5
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue