mirror of
https://github.com/Defelo/nixos.git
synced 2025-05-12 18:52:49 +00:00
wayland: fix xdg portal
This commit is contained in:
parent
5e640e6712
commit
f09e380f5a
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
services.dbus.packages = [ pkgs.gcr ];
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
config.common.default = "gtk";
|
||||
config.common = {
|
||||
default = "gtk";
|
||||
"org.freedesktop.impl.portal.ScreenCast" = "gnome";
|
||||
};
|
||||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue