fix: nix-darwin deprecations of useractivationscripts

This commit is contained in:
Noah Masur
2025-07-02 18:48:23 -06:00
parent d16ed6a4fc
commit 6b5a01262e
6 changed files with 8 additions and 6 deletions

View File

@ -59,7 +59,7 @@ in
};
# User-level settings
system.activationScripts.postUserActivation.text = ''
system.activationScripts.postActivation.text = ''
echo "Show the ~/Library folder"
chflags nohidden ~/Library
'';