Files
Olympus/home/programs/terminal/zsh/flake.nix

12 lines
120 B
Nix

{
description = "zsh config";
inputs = {};
outputs = { self, ... }: {
hmModule = import ./zsh.nix;
};
}