attemt to add zoxide
This commit is contained in:
parent
cbb602de0d
commit
d64ab56ca0
2 changed files with 6 additions and 12 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs = {
|
||||
fish = enabled;
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
enableTransience = true;
|
||||
|
@ -50,6 +51,10 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue