It's moving

This commit is contained in:
Hadi
2026-06-29 17:48:21 +02:00
parent 082de49ca4
commit cdffe66d72
62 changed files with 953 additions and 2147 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
# Zoxide is a cd replacement
{
{pkgs-stable, ...}: {
programs.zoxide = {
enable = true;
package = pkgs-stable.zoxide;
enableZshIntegration = true;
};
}