Compare commits
2 Commits
8149576db5
...
bfe6ed84f2
Author | SHA1 | Date | |
---|---|---|---|
bfe6ed84f2 | |||
e2a34d0868 |
7
users/price/conf/starship/default.nix
Normal file
7
users/price/conf/starship/default.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
packages = [ pkgs.starship ];
|
||||||
|
sessionVariables.STARSHIP_CACHE = "${config.xdg.cacheHome}/starship";
|
||||||
|
};
|
||||||
|
}
|
@ -56,7 +56,6 @@ in
|
|||||||
unzip
|
unzip
|
||||||
Fmt
|
Fmt
|
||||||
screen-cap
|
screen-cap
|
||||||
starship
|
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
cargo
|
cargo
|
||||||
clippy
|
clippy
|
||||||
@ -176,6 +175,7 @@ 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