clean up deprecated functions

This commit is contained in:
jopejoe1 2024-07-12 19:07:34 +02:00
parent 9a20612fe5
commit f51a53d7cb
3 changed files with 3 additions and 33 deletions

View file

@ -40,7 +40,7 @@
};
services.xserver = {
xkbVariant = "altgr-intl";
xkb.variant = "altgr-intl";
};
services = {
@ -53,9 +53,9 @@
time.timeZone = "Europe/Berlin";
hardware = {
opengl = {
graphics = {
enable = true;
driSupport32Bit = true;
enable32Bit = true;
};
gpgSmartcards.enable = true;
};