feat(server): enable zsh and starship.

This commit is contained in:
CronyAkatsuki 2025-03-23 21:07:06 +01:00
parent 529c0abbb4
commit 7a0864a992

View File

@ -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;
}