maybe zsh works
This commit is contained in:
@@ -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);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user