refactor(ada): legacy code removed

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:13:47 +03:00
parent 2c872403b6
commit 1eaef069b9
2 changed files with 3 additions and 17 deletions

View file

@ -4,7 +4,7 @@ _: {
enable = true; enable = true;
mouse = { mouse = {
accelProfile = "flat"; accelProfile = "flat";
accelSpeed = "-1.0"; accelSpeed = "1";
buttonMapping = "1 2 3 4 5 6 7 8 9"; buttonMapping = "1 2 3 4 5 6 7 8 9";
horizontalScrolling = true; horizontalScrolling = true;
leftHanded = false; leftHanded = false;

View file

@ -1,21 +1,7 @@
{ _: {
lib,
pkgs,
...
}: {
services = { services = {
xserver = { xserver = {
display = lib.mkForce 0; enable = false;
enable = true;
excludePackages = with pkgs; [
xterm
];
videoDrivers = [
"amdgpu"
];
xkb = { xkb = {
layout = "us, ru"; layout = "us, ru";
variant = ""; variant = "";