Revert "config: add check if home-manager"

This reverts commit 1b6e1b5d58.
This commit is contained in:
2024-02-25 22:21:11 +01:00
parent 1b6e1b5d58
commit 64e8520dbd
3 changed files with 3 additions and 7 deletions
@@ -89,8 +89,6 @@ 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;
};