feat(desktop): move xdg portal settings to home manager.
This commit is contained in:
parent
095e45e435
commit
e68ce48e25
2 changed files with 12 additions and 13 deletions
|
@ -224,5 +224,17 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
# config = {
|
||||
# common = {
|
||||
# default = [
|
||||
# "gtk"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue