Regenerated

This commit is contained in:
2026-03-22 13:12:48 +00:00
parent a516f15f7d
commit 6a6ca517f3
32 changed files with 3 additions and 1589 deletions
+3 -2
View File
@@ -348,13 +348,14 @@ let
assetPath = "${flakeRoot}/assets/copy_2_home";
in
{
# Ensure rsync is available system-wide
environment.systemPackages = [ pkgs.rsync ];
systemd.user.services.copyAssets = {
enable = true;
description = "Copy assets to home directory";
wantedBy = [ "default.target" ]; # run after login
wantedBy = [ "default.target" ];
serviceConfig = {
Type = "oneshot";