From de98b076f3df7bb6dd0e2ccf5a1e68e13122b980 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 17:23:10 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 17:23:10 --- home/xdg-config/xdg.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/xdg-config/xdg.nix b/home/xdg-config/xdg.nix index 2f093c7..d88f534 100644 --- a/home/xdg-config/xdg.nix +++ b/home/xdg-config/xdg.nix @@ -13,7 +13,10 @@ in inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland 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 + ]; }; }; }