reciproka-ops/profiles/starship.nix

6 lines
154 B
Nix
Raw Normal View History

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