refactor(home-manager): refine CLI feature configurations

- Add direnv module with nix-direnv integration, replacing manual hook
- Disable starship's add_newline for more compact prompt
- Clean up comments across CLI features for better readability
This commit is contained in:
♥ Minnie ♥ 2025-10-27 13:56:01 +08:00
parent bdf7c14c6c
commit e18635be43
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 26 additions and 22 deletions

View file

@ -27,8 +27,6 @@
# Configure programs
programs = {
zsh.enable = true;
# Load and unload environment variables
direnv.enable = true;
# Android debug bridge: communicate with devices
adb.enable = true;
};