fix deprecation warnings
This commit is contained in:
parent
b579577978
commit
3f733a569d
2 changed files with 6 additions and 2 deletions
|
@ -55,8 +55,10 @@ in
|
|||
xserver = {
|
||||
enable = true;
|
||||
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "altgr-intl";
|
||||
};
|
||||
|
||||
libinput = {
|
||||
enable = true;
|
||||
|
|
|
@ -14,6 +14,8 @@ in
|
|||
services.flatpak.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
# TODO
|
||||
config.common.default = "*";
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue