Remove zoxide.nix and update default.nix

This commit is contained in:
panotaka
2023-12-28 17:18:34 -04:00
parent 751251404b
commit 88c784e747
2 changed files with 0 additions and 10 deletions

View File

@@ -15,7 +15,6 @@
./rip.nix
./starship.nix
./tldr.nix
./zoxide.nix
./zsh
];
}

View File

@@ -1,9 +0,0 @@
{...}: {
programs.zoxide = {
enable = true;
};
home.shellAliases = {
cd = "z";
};
}