Compare commits

..

2 Commits

Author SHA1 Message Date
henrov 050c400062 rebuilding minimised nix files 2026-03-02 19:14:01 +01:00
henrov 7f3b5d1c3d it is a home manager module 2026-03-02 19:13:52 +01:00
3 changed files with 299 additions and 299 deletions
+297 -297
View File
File diff suppressed because it is too large Load Diff
+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" ''
+1 -1
View File
@@ -1,7 +1,7 @@
{ 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" ''