✨ [shared] Moved cmdline tools to /shell in home-manager config. Added Yazi catppuccin theme instead of manual
This commit is contained in:
6
shared/home-manager/shell/zoxide.nix
Normal file
6
shared/home-manager/shell/zoxide.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user