nix-dotfiles/home-manager/modules/starship.nix

6 lines
93 B
Nix

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