xsession.windowManager.xmonad.libFiles

Home-Manager option

Additional files that will be saved in ~/.xmonad/lib/ and included in the configuration build. The keys are the file names while the values are paths to the contents of the files.

type: attribute set of absolute path
Default
{ }
Example
{ "Tools.hs" = pkgs.writeText "Tools.hs" '' module Tools where screenshot = "scrot" ''; }
declared in: <home-manager/modules/services/window-managers/xmonad.nix>source unavailable