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

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