fix deprecation warnings

This commit is contained in:
Schrottkatze 2024-02-15 18:48:43 +01:00
commit 3f733a569d
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -55,8 +55,10 @@ in
xserver = {
enable = true;
layout = "us";
xkbVariant = "altgr-intl";
xkb = {
layout = "us";
variant = "altgr-intl";
};
libinput = {
enable = true;