This commit is contained in:
2026-03-04 14:29:49 +01:00
parent 27cb53d3b2
commit 338e6c020e
2 changed files with 293 additions and 292 deletions
+292 -291
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -12,7 +12,7 @@ in
Type = "oneshot"; Type = "oneshot";
WorkingDirectory = "${config.nixpkgs.config}/.."; WorkingDirectory = "${config.nixpkgs.config}/..";
Environment = [ Environment = [
"HOME=${config.users.users.${config.users.mutableUsersList.[0].name}.home}" "HOME=${config.users.users.henrov.home}"
]; ];
}; };
script = '' script = ''