Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-18 13:02:21 +00:00
parent 68354d7b42
commit 2b2fbcdc8c
4 changed files with 17 additions and 11 deletions

5
modules/home/bash.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.zsh = {
enable = true;
};
}