zsh experimenting
This commit is contained in:
9
modules/pacakges/zsh/default.nix
Normal file
9
modules/pacakges/zsh/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.myZsh = {inputs.wrappers.wrappers.zsh.zshrc.content = (self.dots.zshrc pkgs);};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user