From 7f3b5d1c3d94537eb9f1873c6c9eec13a69c011d Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Mon, 2 Mar 2026 19:13:52 +0100 Subject: [PATCH] it is a home manager module --- henrovnix_ok/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ''