scrolling in firefox??!?!??!?!?!?!?!

This commit is contained in:
zoe 2023-02-03 10:35:11 +01:00
parent 0b717d2be2
commit 69fb413028
1 changed files with 6 additions and 2 deletions

View File

@ -140,7 +140,7 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
@ -172,5 +172,9 @@
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
# vars
environment.variables = {
MOZ_USE_XINPUT2 DEFAULT=1
};
}