Files
setup-machines/home-manager/zsh/starship.nix

9 lines
109 B
Nix
Raw Normal View History

2025-02-27 19:36:22 +01:00
{ pkgs, inputs, ... }:
{
programs.starship = {
enable = true;
enableZshIntegration = true;
};
}