feat(server): enable zsh and starship.
This commit is contained in:
parent
529c0abbb4
commit
7a0864a992
1 changed files with 6 additions and 0 deletions
|
@ -4,4 +4,10 @@
|
|||
home.stateVersion = "24.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [../../modules/linux/zsh.nix];
|
||||
|
||||
crony.zsh.enable = true;
|
||||
|
||||
programs.starship.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue