diff --git a/options.xhtml b/options.xhtml index 1e3c257c2..e218f547f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -134906,6 +134906,39 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/xmonad.nix> + +
+ +
+ + xsession.windowManager.xmonad.buildScript + + +
+
+

Build script for your xmonad configuration.

+ +

Type: +null or absolute path

+ +

Default: +null

+ +

Example:

pkgs.writeText "build" ''
+  #!/bin/sh
+
+  # Enable -threaded
+  ghc --make xmonad.hs -threaded -i -ilib -fforce-recomp -main-is main -v0 -O2 -o "$1"
+''
+
+
+

Declared by: