zaneyos/modules/home/starship.nix

9 lines
97 B
Nix
Raw Normal View History

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