Compare commits
No commits in common. "bfe6ed84f2d9a93c2dcaee58a13b779bbe2f9788" and "8149576db5dea0982674dd43660ecd0cbc8f51f0" have entirely different histories.
bfe6ed84f2
...
8149576db5
@ -1,7 +0,0 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = [ pkgs.starship ];
|
||||
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
|
||||
};
|
||||
}
|
@ -56,6 +56,7 @@ in
|
||||
unzip
|
||||
Fmt
|
||||
screen-cap
|
||||
starship
|
||||
nodePackages.prettier
|
||||
cargo
|
||||
clippy
|
||||
@ -175,7 +176,6 @@ in
|
||||
enable = true;
|
||||
mime.enable = true;
|
||||
systemDirs.data = [ "${config.home.profileDirectory}/share/" ];
|
||||
cacheHome = "${config.home.homeDirectory}/.local/cache";
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
associations.added = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user