Price Hiller
bfe6ed84f2
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
8 lines
151 B
Nix
8 lines
151 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
home = {
|
|
packages = [ pkgs.starship ];
|
|
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
|
|
};
|
|
}
|