removed zoxide

This commit is contained in:
Maddie H 2023-03-15 17:26:19 +00:00
parent 6985875b3e
commit 28133afd92
No known key found for this signature in database
GPG Key ID: 99CD1AB536E1C7AD

View File

@ -1,8 +0,0 @@
{ config, ... }:
{
programs.zoxide = {
enable = true;
options = [ "--cmd=cd" ];
};
}