diff --git a/base.nix.go b/base.nix.go
index ed3c26b..3514626 100644
--- a/base.nix.go
+++ b/base.nix.go
@@ -37,7 +37,7 @@ var base_nix = `
 
   environment.etc."xmonad.hs".text = ''
 import XMonad
-main = xmonad defaultConfig
+main = xmonad def
   { workspaces = [ "" ]
   , borderWidth = 0
   , startupHook = startup