481 B
481 B
Nethack configuration module for home-manager
TLDR: home-manager module for easier .nethackrc
configuration.
Usage
- Add this repo to inputs:
inputs.nethack.url = git+ssh://git@git.psf.lt/xezo360hye/nethack;
- Use the input as module:
outpus.homeConfigurations."user@host" = home-manager.lib.homeManagerConfiguration {
modules = [
nethack.homeManagerModules.nethack
./home.nix
];
};