it is a home manager module

This commit is contained in:
2026-03-02 19:13:52 +01:00
parent 2d3323fc71
commit 7f3b5d1c3d
+1 -1
View File
@@ -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" ''