Set some wayland flags in firefox
This commit is contained in:
parent
d457672579
commit
5fccd92c7b
1 changed files with 5 additions and 1 deletions
|
|
@ -4,10 +4,14 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
home.sessionVariables = {
|
||||||
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
|
MOZ_USE_XINPUT2 = "1";
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox-wayland;
|
|
||||||
|
|
||||||
policies = {
|
policies = {
|
||||||
"DisableFirefoxStudies" = true;
|
"DisableFirefoxStudies" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue