Move Zoxide configuration out of shell config

This commit is contained in:
2025-01-31 15:01:00 -08:00
parent 377dd5dcea
commit c60d96883f
3 changed files with 7 additions and 10 deletions

View File

@@ -41,4 +41,9 @@
];
fonts.fontconfig.enable = true;
programs.zoxide = {
enable = true;
options = ["--cmd j"];
};
}