My Nix Configuration

[home.programs] starship: disable catppuccin because of IFD

pyrox.dev 88c20741 2fd50282

verified
Changed files
+1 -1
modules
home
programs
starship
+1 -1
modules/home/programs/starship/default.nix
···
in
{
options.py.programs.starship.enable = lib.mkEnableOption "starship";
-
config.catppuccin.starship.enable = cfg.enable;
+
config.catppuccin.starship.enable = false;
config.programs.starship = lib.mkIf cfg.enable {
enable = true;
enableFishIntegration = true;