refactor(hm/price): ensure starship uses XDG_CACHE_HOME
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-08-29 22:55:34 -05:00
parent e2a34d0868
commit bfe6ed84f2
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home = {
packages = [ pkgs.starship ];
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
};
}

View File

@ -56,7 +56,6 @@ in
unzip
Fmt
screen-cap
starship
nodePackages.prettier
cargo
clippy