fix deprecation warnings

This commit is contained in:
Schrottkatze 2024-05-06 21:32:14 +02:00
commit caaa7c7c6b
No known key found for this signature in database
8 changed files with 23 additions and 16 deletions

View file

@ -2,14 +2,15 @@
imports = [
./evremap.nix
];
services.xserver = {
xkb = {
layout = "us";
variant = "altgr-intl";
};
services = {
libinput = {
enable = true;
};
xserver = {
xkb = {
layout = "us";
variant = "altgr-intl";
};
};
};
}