diff --git a/glasshouse-desktop/home/starship.nix b/glasshouse-desktop/home/starship.nix index ad6996c..fbea9ed 100644 --- a/glasshouse-desktop/home/starship.nix +++ b/glasshouse-desktop/home/starship.nix @@ -31,7 +31,7 @@ }; palette = "catppuccin_mocha"; - } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/theme/mocha.toml"); + } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/themes/mocha.toml"); }; }