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:
parent
bdf7c14c6c
commit
e18635be43
5 changed files with 26 additions and 22 deletions
|
|
@ -37,8 +37,6 @@
|
|||
# Configure programs
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
# Load and unload environment variables
|
||||
direnv.enable = true;
|
||||
};
|
||||
|
||||
# Manage linux containers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue