This commit is contained in:
2026-03-04 19:44:49 +01:00
parent 8fd40eff85
commit eda43fdf9f
+1 -1
View File
@@ -10,7 +10,7 @@ in
after = [ "home-manager-activate.service" ]; after = [ "home-manager-activate.service" ];
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
${pkgs.bash}/bin/bash ${scriptPath} ${scriptPath}
''; '';
}; };
} }