This flake exports a home-manager module to set up my xmonad + xmobar configuration.
Import this snippet to your home-manger configuration file to use this module.
{ inputs, pkgs, ... }:
{
imports = [ inputs.myxmonad.homeManagerModules.default ];
mysystem.windowManager.xmonad.enable = true;
}