Enable more portals?

This commit is contained in:
2026-05-03 17:54:51 -05:00
parent cd68ff6ce6
commit 2e5401ad21
+8 -1
View File
@@ -17,7 +17,14 @@
# XDG portal # XDG portal
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; xdg.portal.extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
xdg.portal.config.hyprland.default = [
"hyprland"
"gtk"
];
# Supplementary packages # Supplementary packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [