mio-ops/profiles/starship.nix

6 lines
154 B
Nix
Raw Permalink Normal View History

2022-03-07 14:26:15 +00:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
starship # A minimal, blazing fast, and extremely customizable prompt for any shell
];
}