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 = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
|
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-manager.users.charlotte = { pkgs, ... }: {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue