feat: Configure XDG portal

This commit is contained in:
2025-06-25 18:00:33 -06:00
parent a364710a01
commit 300e25e6f1
2 changed files with 31 additions and 18 deletions

View File

@@ -15,24 +15,6 @@ in {
};
security.pam.services.swaylock = {};
# Necessary for e.g. screensharing.
xdg.portal = {
enable = true;
# See https://github.com/YaLTeR/niri/wiki/Important-Software#portals.
# Niri's NixOS module appears to automatically bring in
# xdg-desktop-portal-gnome and gnome-keyring.
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr
];
xdgOpenUsePortal = true;
config.preferred = {
default = [ "gtk" ];
"org.freedesktop.impl.portal.Screenshot" = [ "wlr" ];
"org.freedesktop.impl.portal.ScreenCast" = [ "wlr" ];
};
};
};
}