mio-ops/profiles/starship.nix
2021-11-16 17:53:38 +10:00

9 lines
165 B
Nix

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