nethack/flake.nix

11 lines
181 B
Nix
Raw Normal View History

2024-07-06 21:05:07 +05:30
{
description = "Nethack configuration module for home-manager";
inputs = {};
outputs = inputs: {
homeManagerModules.nethack = ./nethack.nix;
};
}
# vim: et ts=2 sw=2