Testing
This commit is contained in:
@@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user