diff options
| author | 2025-10-30 18:58:35 -0400 | |
|---|---|---|
| committer | 2025-10-30 18:58:35 -0400 | |
| commit | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (patch) | |
| tree | 3717d482a17d4530b1759057764ce243d6a927d2 /hosts/iroha/scripts | |
| parent | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (diff) | |
| download | dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.gz dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.tar.bz2 dotfiles-44edb4b57655de5b21c51d0471e2ea02ac469c0c.zip | |
Fix out of date nix stuff, config edits
Diffstat (limited to 'hosts/iroha/scripts')
| -rwxr-xr-x | hosts/iroha/scripts/emaint-sync | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/emaint-sync b/hosts/iroha/scripts/emaint-sync new file mode 100755 index 0000000..c45fae4 --- /dev/null +++ b/hosts/iroha/scripts/emaint-sync @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +doas emaint sync -r guru && \ + doas emaint sync -r steam-overlay && \ + doas emaint sync -r nix-guix && \ + doas emaint sync -r tatsh-overlay |