Compare commits

..

No commits in common. "6827f3210b3c86bbac3b3f3e2a39630ffc792219" and "3970623f7897cc04747f03bc8434d3814c5efae9" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -37,7 +37,7 @@ compileRestart resume = do
executeFile (cacheDir dirs </> compiledConfig) False args Nothing
)
myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts Full emptyBSP
myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts emptyBSP Full
main :: IO ()
main = getDirectories >>= launch myConfig

View file

@ -296,10 +296,6 @@ 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";
};
};