rebuilding minimised nix files
This commit is contained in:
@@ -66,6 +66,14 @@ in
|
||||
}
|
||||
|
||||
catppuccin.nixosModules.catppuccin # theme
|
||||
|
||||
# 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
|
||||
'';
|
||||
];
|
||||
|
||||
specialArgs = {
|
||||
@@ -86,11 +94,4 @@ 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