cleanup by gurjaka

This commit is contained in:
2025-11-19 20:52:22 +01:00
parent 828491a083
commit 63fe9b4ac9
5 changed files with 70 additions and 67 deletions

View File

@@ -0,0 +1,9 @@
{
pkgs,
...
}: {
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}