Compare commits
2 commits
3970623f78
...
6827f3210b
| Author | SHA1 | Date | |
|---|---|---|---|
| 6827f3210b | |||
| dd5e6f561d |
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue