Replace deprecated defaultConfig with def in xmonad config

This commit is contained in:
dump_stack() 2025-04-21 17:14:32 +00:00
parent 4ac4969b66
commit 837498047a
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -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