got it working even more

This commit is contained in:
martyTF 2025-12-18 13:30:28 +01:00
parent 7686df76ed
commit c2cda08d69
21 changed files with 469 additions and 222 deletions

View file

@ -1,18 +1,22 @@
{ config, pkgs, lib, ...}:
{
config,
pkgs,
lib,
...
}:
{
services = {
xserver = {
xkb = {
layout = "de";
variant = "";
};
};
displayManager.gdm = {
enable = true;
wayland = true;
autoSuspend = false;
};
};
layout = "de";
variant = "";
};
};
displayManager.gdm = {
enable = true;
wayland = true;
autoSuspend = false;
};
};
}