Auto-commit: 2026-01-05 17:26:51

This commit is contained in:
2026-01-05 17:26:51 +00:00
parent de98b076f3
commit 9240be928f

View File

@@ -10,8 +10,10 @@ in
portal = lib.mkIf cfg.enable {
enable = true;
extraPortals = [
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
]
++ lib.optionalAttrs cfg.hyprland.enable [
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
];
configPackages = []
++ lib.optionalAttrs cfg.hyprland.enable [