refactor(hm/price): ensure starship
uses XDG_CACHE_HOME
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
e2a34d0868
commit
bfe6ed84f2
7
users/price/conf/starship/default.nix
Normal file
7
users/price/conf/starship/default.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
packages = [ pkgs.starship ];
|
||||||
|
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
|
||||||
|
};
|
||||||
|
}
|
@ -56,7 +56,6 @@ in
|
|||||||
unzip
|
unzip
|
||||||
Fmt
|
Fmt
|
||||||
screen-cap
|
screen-cap
|
||||||
starship
|
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
cargo
|
cargo
|
||||||
clippy
|
clippy
|
||||||
|
Loading…
Reference in New Issue
Block a user