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