fixed lots of stuff

This commit is contained in:
kenji
2025-12-23 19:48:09 +00:00
parent a036da9b76
commit ab6eb6db5b
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,5 +2,8 @@
programs.zoxide = {
enable = true;
enableFishIntegration = true;
options = [
"--cmd cd"
];
};
}