refactor: move zoxide to the zsh module

This commit is contained in:
Michael Thomas 2024-09-06 13:29:44 -04:00
parent 05531ae666
commit aaeabb1f3f
2 changed files with 4 additions and 4 deletions

View File

@ -41,10 +41,6 @@
package = pkgs.jdk21;
};
programs.zoxide = {
enable = true;
};
# Bun Git config
programs.git = {
attributes = [

View File

@ -43,4 +43,8 @@
}
];
};
programs.zoxide = {
enable = true;
};
}