attemt to add zoxide
This commit is contained in:
parent
02167adbce
commit
21b52b08c3
|
@ -16,6 +16,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs = {
|
programs = {
|
||||||
fish = enabled;
|
fish = enabled;
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableTransience = true;
|
enableTransience = true;
|
||||||
|
@ -50,6 +51,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zoxide = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,18 +72,7 @@ in {
|
||||||
}".source =
|
}".source =
|
||||||
cfg.icon;
|
cfg.icon;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
extraOptions = {
|
|
||||||
home.shellAliases = {
|
|
||||||
lc = "${pkgs.colorls}/bin/colorls --sd";
|
|
||||||
lcg = "lc --gs";
|
|
||||||
lcl = "lc -1";
|
|
||||||
lclg = "lc -1 --gs";
|
|
||||||
lcu = "${pkgs.colorls}/bin/colorls -U";
|
|
||||||
lclu = "${pkgs.colorls}/bin/colorls -U -1";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
users.users.${cfg.name} =
|
users.users.${cfg.name} =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue