From 6ac189e1e894819100f337223b5ffa0171195954 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 21 Apr 2025 17:14:32 +0000 Subject: [PATCH] Replace deprecated defaultConfig with def in xmonad config --- base.nix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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