nixos/gnome3: enable xdg.portal
This commit is contained in:
parent
785158fd64
commit
16c6f169a2
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ in {
|
|||
services.hardware.bolt.enable = mkDefault true;
|
||||
services.xserver.libinput.enable = mkDefault true; # for controlling touchpad settings via gnome control center
|
||||
systemd.packages = [ pkgs.gnome3.vino ];
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
# If gnome3 is installed, build vim for gtk3 too.
|
||||
|
|
Loading…
Reference in a new issue