Added script to create .config, added script to copy Repo .config to
~/.config, started reworking README.org
This commit is contained in:
@@ -86,4 +86,12 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# Copying ./assets/config/.config to ~/.config
|
||||
# Ensure the script is executable and available
|
||||
environment.systemPackages = [ pkgs.bash ];
|
||||
# Add the activation script
|
||||
system.activationScripts.recreateConfig = lib.mkAfter "setupNetworking" ''
|
||||
${self}/assets/scripts/recreate_config.sh
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user