This commit is contained in:
biscuit
2025-05-13 13:00:11 -05:00
parent 867847a059
commit f3859db703
4 changed files with 42 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
{ ... }: {
home.packages = [
zoxide
];
programs.zoxide.enable = true;
programs.zoxide.enableZshIntegration = true;
programs.zoxide.options = [];
}