reciproka-ops/profiles/starship.nix
2021-10-07 12:13:48 +10:00

8 lines
159 B
Nix

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