nix-config-v2/home/starship.nix
2024-07-30 00:09:42 -04:00

10 lines
129 B
Nix

{ lib, config, ... }:
{
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = { };
};
}