47 current 2024-04-18 19:36:46 23.11.20240405.72da83d 6.1.84 *
This commit is contained in:
parent
3b07849c0b
commit
7865d784b8
@ -130,4 +130,11 @@
|
|||||||
|
|
||||||
# touchpad
|
# touchpad
|
||||||
services.xserver.libinput.touchpad.naturalScrolling = true;
|
services.xserver.libinput.touchpad.naturalScrolling = true;
|
||||||
|
|
||||||
|
# ld-fix
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
programs.nix-ld.libraries = with pkgs; [
|
||||||
|
# Add any missing dynamic libraries for unpackaged programs
|
||||||
|
# here, NOT in environment.systemPackages
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user