Files
nix/hosts/common/features/zsh.nix
T
Miguel Palhas 327b575dc5 🌅
2024-09-29 10:31:52 +01:00

5 lines
86 B
Nix

{ inputs, ... }: {
programs.zsh.enable = true;
programs.starship.enable = true;
}