mio-ops/profiles/starship.nix

9 lines
165 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
2021-11-16 04:57:23 +00:00
environment.systemPackages = with pkgs;
[
starship # A minimal, blazing fast, and extremely customizable prompt for any shell
];
}