reciproka-ops/profiles/starship.nix
2022-08-15 17:32:25 +10:00

6 lines
154 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
starship # A minimal, blazing fast, and extremely customizable prompt for any shell
];
}