removed starship

This commit is contained in:
steven carpenter 2026-03-15 20:43:39 -04:00
parent 35289d7a97
commit 12cbfd1f98
10 changed files with 915 additions and 50 deletions

View file

@ -1,10 +0,0 @@
{ pkgs, config, lib, ...}:
{
options.speccon18.hm.starship.enable = lib.mkEnableOption "enables specs custom starship config";
config = lib.mkIf config.speccon18.hm.starship.enable {
programs.starship = {
enable = true;
enableZshIntegration = true;
};
};
}