nix-config-v2/home/starship.nix

10 lines
129 B
Nix
Raw Normal View History

2024-07-29 23:09:42 -05:00
{ lib, config, ... }:
{
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = { };
};
}