diff --git a/henrovnix_ok/README.org b/henrovnix_ok/README.org index 6cc1fb0a7..f62e63d36 100755 --- a/henrovnix_ok/README.org +++ b/henrovnix_ok/README.org @@ -2910,7 +2910,7 @@ This makes sure all ./assets/copy_stuff ends up in the right folder { config, pkgs, lib, ... }: { # Ensure the script is executable and available - environment.systemPackages = [ pkgs.bash ]; + home.packages = [ pkgs.bash ]; # Add the activation script system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''