nethack/README.md

481 B

Nethack configuration module for home-manager

TLDR: home-manager module for easier .nethackrc configuration.

Usage

  1. Add this repo to inputs:
inputs.nethack.url = git+ssh://git@git.psf.lt/xezo360hye/nethack;
  1. Use the input as module:
outpus.homeConfigurations."user@host" = home-manager.lib.homeManagerConfiguration {
  modules = [
    nethack.homeManagerModules.nethack

    ./home.nix
  ];
};