Enhance firefox wayland behaviour
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
0f49b59083
commit
5e8d2ba032
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
MOZ_USE_XINPUT2 = "1";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
emacs
|
||||
|
|
Loading…
Add table
Reference in a new issue