nethack/flake.nix

11 lines
181 B
Nix
Raw Normal View History

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