feat: Added firefox environment variables

This commit is contained in:
Patrick Großmann 2023-01-21 23:35:52 +01:00
parent 4d70cb6da4
commit 9488c2aee6
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -10,4 +10,10 @@
feh feh
xclip xclip
]; ];
home.sessionVariables = {
# Firefox touch support
"MOZ_USE_XINPUT2" = 1;
# Firefox Hardware render
"MOZ_WEBRENDER" = 1;
};
} }