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

8 lines
139 B
Nix

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