From 54471f0faf2697e55e01ed4a276de0cd921a7c30 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 6 Jun 2026 15:59:26 +0530 Subject: Add noctalia niri and way to switch between my config and noxtalia easily --- common/modules/matugen/templates/matugen-btop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/modules/matugen/templates/matugen-btop.nix') diff --git a/common/modules/matugen/templates/matugen-btop.nix b/common/modules/matugen/templates/matugen-btop.nix index 1f23c25..e698fa4 100644 --- a/common/modules/matugen/templates/matugen-btop.nix +++ b/common/modules/matugen/templates/matugen-btop.nix @@ -4,7 +4,7 @@ ... }: { - config = lib.mkIf config.programs.btop.enable { + config = lib.mkIf (config.programs.btop.enable && config.beeMods.windowManagers.beeConfig.enable) { xdg.configFile = { "matugen/templates/btop.theme" = { text = '' -- cgit v1.3.1