config: add check if home-manager

This commit is contained in:
2024-02-25 22:07:53 +01:00
parent c1f9da7b40
commit 1b6e1b5d58
3 changed files with 7 additions and 3 deletions
@@ -89,6 +89,8 @@ in
};
#home.file."${(lib.optionalString (config.programs.zsh.dotDir != null) (config.programs.zsh.dotDir + "/")) + ".zshrc"}".text = lib.mkAfter "#TEST";
programs.starship.enableZshIntegration = lib.mkForce false;
};