Auto-commit: 2026-01-05 17:26:51
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user