diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-yazi.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-yazi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/matugen/templates/matugen-yazi.nix b/common/modules/matugen/templates/matugen-yazi.nix index ce84729..0df2339 100644 --- a/common/modules/matugen/templates/matugen-yazi.nix +++ b/common/modules/matugen/templates/matugen-yazi.nix @@ -4,7 +4,7 @@ ... }: { - config = lib.mkIf config.programs.yazi.enable { + config = lib.mkIf (config.programs.yazi.enable && config.beeMods.windowManagers.beeConfig.enable) { xdg.configFile = { "matugen/templates/yazi.toml" = { text = '' |
