xdg.portal: choose portal
This commit is contained in:
parent
71754c3126
commit
e8d00ba349
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ in
|
||||||
];
|
];
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
services.logind.lidSwitch = "ignore";
|
services.logind.lidSwitch = "ignore";
|
||||||
xdg.portal.enable = true;
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ "xdg-desktop-portal" ];
|
||||||
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.xkb.layout = "de";
|
services.xserver.xkb.layout = "de";
|
||||||
|
|
Loading…
Add table
Reference in a new issue