🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
10
shared/desktop/home-manager/shell/zoxide.nix
Normal file
10
shared/desktop/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