Nyx-Modules/Modules/Home/Shell/zsh/default.nix

10 lines
73 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./zsh.nix
];
}