packages.nushell: enable zoxide

This commit is contained in:
2024-08-30 20:10:39 +08:00
parent fc25522bd0
commit 2a36d775ae

View File

@@ -38,6 +38,7 @@ inputs:
(builtins.fromJSON (builtins.readFile
"${inputs.pkgs.oh-my-posh}/share/oh-my-posh/themes/atomic.omp.json"));
};
zoxide.enable = true;
direnv.enable = true;
};
}];