Skip to content

Commit

Permalink
home: eth: sjobsfinish
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minář <[email protected]>
  • Loading branch information
michojel committed Jun 9, 2024
1 parent ee058e9 commit 99e17c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ rec {
] ++ (lib.optionals systemConfig.profile.work.enable [
(writeShellScriptBin "sseth" (
builtins.readFile ~/wsp/nixos/secrets/ethz/scripts/eth-ssh))
]) ++ (lib.optionals systemConfig.profile.work.enable [
(writeShellScriptBin "sjobsfinish" (
builtins.readFile ~/wsp/nixos/secrets/ethz/scripts/sjobsfinish))
]) ++ (lib.optionals (systemConfig.profile.server.enable) [
(writeShellScriptBin "michowp" (
builtins.readFile ./scripts/michowp.sh))
Expand Down

0 comments on commit 99e17c7

Please sign in to comment.