Configure xdg portal
This commit is contained in:
parent
5b9dfc774b
commit
9681501cc1
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ in
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
|
||||
config.preferred = {
|
||||
default = "gtk";
|
||||
"org.freedesktop.impl.portal.Screencast" = "wlr";
|
||||
};
|
||||
};
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue