nixos-config/modules/home-manager/starship.nix
2023-08-02 06:01:26 -04:00

7 lines
No EOL
111 B
Nix

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