fix deprecation warnings

This commit is contained in:
Schrottkatze 2024-02-15 18:48:43 +01:00
parent b579577978
commit 3f733a569d
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
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;

View file

@ -14,6 +14,8 @@ in
services.flatpak.enable = true;
xdg.portal = {
enable = true;
# TODO
config.common.default = "*";
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];