reciproka-ops/profiles/starship.nix

8 lines
159 B
Nix
Raw Normal View History

2021-10-07 02:13:48 +00:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
starship # A minimal, blazing fast, and extremely customizable prompt for any shell
];
}