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;
mouse = {
accelProfile = "flat";
accelSpeed = "-1.0";
accelSpeed = "1";
buttonMapping = "1 2 3 4 5 6 7 8 9";
horizontalScrolling = true;
leftHanded = false;

View file

@ -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 = "";