nixhome/starship.nix

8 lines
108 B
Nix

{ config, pkgs, ... }:
{
programs.starship = {
enable = true;
enableZshIntegration = true;
};
}