diff --git a/ada/services/libinput.nix b/ada/services/libinput.nix index 23c2953..89b7938 100644 --- a/ada/services/libinput.nix +++ b/ada/services/libinput.nix @@ -4,7 +4,7 @@ _: { enable = true; mouse = { accelProfile = "flat"; - accelSpeed = "-1.0"; + accelSpeed = "1"; buttonMapping = "1 2 3 4 5 6 7 8 9"; horizontalScrolling = true; leftHanded = false; diff --git a/ada/services/xserver.nix b/ada/services/xserver.nix index 507984a..f19e3a4 100644 --- a/ada/services/xserver.nix +++ b/ada/services/xserver.nix @@ -1,21 +1,7 @@ -{ - lib, - pkgs, - ... -}: { +_: { services = { xserver = { - display = lib.mkForce 0; - enable = true; - - excludePackages = with pkgs; [ - xterm - ]; - - videoDrivers = [ - "amdgpu" - ]; - + enable = false; xkb = { layout = "us, ru"; variant = "";