it is a home manager module
This commit is contained in:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user