home-manager: Handle .DS_Store in Apps folder
This commit is contained in:
parent
7eced1728b
commit
a1e67817d0
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ in
|
|||
lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
baseDir="$HOME/Applications/Home Manager Apps"
|
||||
if [ -d "$baseDir" ]; then
|
||||
rm -f "''${baseDir}/.DS_Store"
|
||||
rm -rf "$baseDir"
|
||||
fi
|
||||
mkdir -p "$baseDir"
|
||||
|
|
Loading…
Reference in a new issue