From de261eac510d8e050148e44c11e45b431209926c Mon Sep 17 00:00:00 2001
From: teto
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: