Compare commits

..

No commits in common. "bfe6ed84f2d9a93c2dcaee58a13b779bbe2f9788" and "8149576db5dea0982674dd43660ecd0cbc8f51f0" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

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

View File

@ -56,6 +56,7 @@ in
unzip unzip
Fmt Fmt
screen-cap screen-cap
starship
nodePackages.prettier nodePackages.prettier
cargo cargo
clippy clippy
@ -175,7 +176,6 @@ in
enable = true; enable = true;
mime.enable = true; mime.enable = true;
systemDirs.data = [ "${config.home.profileDirectory}/share/" ]; systemDirs.data = [ "${config.home.profileDirectory}/share/" ];
cacheHome = "${config.home.homeDirectory}/.local/cache";
mimeApps = { mimeApps = {
enable = true; enable = true;
associations.added = { associations.added = {