xdg.portal: choose portal

This commit is contained in:
Daniella / Tove 2024-10-21 19:28:09 +02:00
parent 71754c3126
commit e8d00ba349
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -135,7 +135,10 @@ in
];
services.gvfs.enable = true;
services.logind.lidSwitch = "ignore";
xdg.portal.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ "xdg-desktop-portal" ];
};
# Configure keymap in X11
services.xserver.xkb.layout = "de";