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
|
||||
Fmt
|
||||
screen-cap
|
||||
starship
|
||||
nodePackages.prettier
|
||||
cargo
|
||||
clippy
|
||||
@ -176,6 +175,7 @@ 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