nixos-config/modules/home-manager/shell/starship/default.nix
2024-07-15 12:09:17 +09:00

8 lines
99 B
Nix

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