nix-config-v2/home/starship.nix

8 lines
112 B
Nix

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