Add comments to explain each file

Former-commit-id: 915a767283
This commit is contained in:
Hadi
2024-10-15 15:02:07 +02:00
parent 7bd210ba3c
commit 949c6dacfd
32 changed files with 48 additions and 26 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
# Zoxide is a cd replacement
{
programs.zoxide = {
enable= true;
enableZshIntegration = true;
enable = true;
enableZshIntegration = true;
};
}