dots/users/price/conf/starship/default.nix

8 lines
151 B
Nix
Raw Permalink Normal View History

{ config, pkgs, ... }:
{
home = {
packages = [ pkgs.starship ];
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
};
}