Auto-commit: 2026-01-05 17:23:10

This commit is contained in:
2026-01-05 17:23:10 +00:00
parent 4f0dd589cd
commit de98b076f3

View File

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