feat: enable XDG portal
This commit is contained in:
parent
e59c230c37
commit
4d09c28375
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
xdg.portal.config.common.default = [ "gtk" "gnome" ];
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = [ "gnome" "gtk" ];
|
||||
};
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue