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 = {
|
xdg = {
|
||||||
|
portal = {
|
||||||
|
extraPortals = [
|
||||||
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
];
|
||||||
|
};
|
||||||
terminal-exec = {
|
terminal-exec = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue