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
|
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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user