config: add check if home-manager

This commit is contained in:
2024-02-25 22:30:13 +01:00
parent 64e8520dbd
commit 88bdef3961
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, materusArg, options, ... }:
{ config, pkgs, lib, materusArg, ... }:
let
p10kcfg = "${zshcfg}/p10kcfg";
zshcfg = "${materusArg.cfg.path}" + "/extraFiles/config/zsh";