fixed zoxide

This commit is contained in:
biscuit
2025-05-13 13:05:50 -05:00
parent f3859db703
commit 61f9633006
+2 -2
View File
@@ -1,6 +1,6 @@
{ ... }: {
{ pkgs, ... }: {
home.packages = [
zoxide
pkgs.zoxide
];
programs.zoxide.enable = true;
programs.zoxide.enableZshIntegration = true;