xsession.windowManager.xmonad.libFiles
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
- <home-manager/modules/services/window-managers/xmonad.nix>