modularizing zsh

This commit is contained in:
cnst
2024-10-03 19:16:22 +02:00
parent 92d9e7bda3
commit e271e32e70
11 changed files with 81 additions and 79 deletions

View File

@@ -198,6 +198,12 @@
yubikey = {
enable = false;
};
obsidian = {
enable = false;
};
zsh = {
enable = true;
};
};
};
}