fix: Add xdg-desktop-portal-gtk to extraPortals
This commit is contained in:
parent
7471cc1135
commit
d9b7b95c62
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ in {
|
|||
];
|
||||
};
|
||||
xdg = {
|
||||
portal = {
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
terminal-exec = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue