maybe zsh works

This commit is contained in:
2026-07-01 20:10:13 +01:00
parent b4350f2dae
commit 13119c8f7b
4 changed files with 41 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
...
}: {
perSystem = {pkgs, ...}: {
packages.myZsh = {inputs.wrappers.wrappers.zsh.zshrc.content = (self.dots.zshrc pkgs);};
packages.myZsh = inputs.wrappers.wrappers.zsh.wrap {
zshrc.content = (self.dots.zshrc pkgs);
};
};
}