zaneyos/config/home/starship.nix

10 lines
125 B
Nix
Raw Normal View History

2024-01-18 08:36:06 +01:00
{ pkgs, config, ... }:
{
# Starship Prompt
programs.starship = {
enable = true;
package = pkgs.starship;
};
}