♻️ [shared] Moved Hm configs to shared base
This commit is contained in:
10
shared/base/home-manager/shell/zoxide.nix
Normal file
10
shared/base/home-manager/shell/zoxide.nix
Normal file
@ -0,0 +1,10 @@
|
||||
# cd alternative
|
||||
{
|
||||
programs = {
|
||||
fish.shellAliases.cd = "z";
|
||||
zoxide = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user