From 905e876f15a8344ca30e9530f117a855a8ac3f62 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 18:29:42 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 18:29:42 --- home/desktop/hyprland/misc.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/desktop/hyprland/misc.nix b/home/desktop/hyprland/misc.nix index 33ed157..3f60146 100644 --- a/home/desktop/hyprland/misc.nix +++ b/home/desktop/hyprland/misc.nix @@ -1,5 +1,9 @@ +{ lib, nixosConfig, ... }: +let + cfg = nixosConfig.my.desktop; +in { - wayland.windowManager.hyprland = { + wayland.windowManager.hyprland = lib.mkIf (cfg.enable && cfg.hyprland.enable) { settings = { misc = { disable_hyprland_logo = true;