From b1cba25f63f68e82980d12d3b7049cf1bd24a41b Mon Sep 17 00:00:00 2001 From: Peritia Date: Mon, 2 Mar 2026 12:01:33 +0100 Subject: [PATCH] fix: customTop/customBottom --- nixosVista/homeManager/hyprland/customUser.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixosVista/homeManager/hyprland/customUser.nix b/nixosVista/homeManager/hyprland/customUser.nix index 2fd80d5..aa18186 100644 --- a/nixosVista/homeManager/hyprland/customUser.nix +++ b/nixosVista/homeManager/hyprland/customUser.nix @@ -4,13 +4,13 @@ nixosVista, ... }: let - cfg = config.nixosVista.hyprland; + cfg = nixosVista.hyprland; in { ############################################################ # Inject into fragment system ############################################################ - config = lib.mkIf (config.nixosVista.enable or false) { + config = lib.mkIf nixosVista.enable { nixosVista.hyprland.fragments.customTop = lib.mkIf (cfg.customTop != "") '' ############################################################ # Your Custom User / nixosVista.hyprland.customTop