diff --git a/home/alex/programs/xmonad/config.hs b/home/alex/programs/xmonad/config.hs index c0d1cef..6a572b8 100644 --- a/home/alex/programs/xmonad/config.hs +++ b/home/alex/programs/xmonad/config.hs @@ -37,7 +37,7 @@ compileRestart resume = do executeFile (cacheDir dirs compiledConfig) False args Nothing ) -myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts emptyBSP Full +myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts Full emptyBSP main :: IO () main = getDirectories >>= launch myConfig diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 8c045c8..537bd2a 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -296,6 +296,10 @@ in { PAPERLESS_URL = "https://docs.failco.de"; PAPERLESS_CONSUMER_RECURSIVE = true; PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS = true; + + # workaround for classification getting stuck, see + # https://github.com/NixOS/nixpkgs/issues/240591#issuecomment-1915678490 + LD_LIBRARY_PATH = "${lib.getLib pkgs.mkl}/lib"; }; };