From 5eff2dcaaded1e60374d3756740251d67023a89a Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 10 Oct 2024 04:11:59 -0400 Subject: [PATCH] Commit for generation 220 --- glasshouse-desktop/home/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }; }