diff options
| -rw-r--r-- | flake.lock | 20 | ||||
| -rw-r--r-- | home/ebisu/kansai/fortune/system/shell/fish.nix | 2 |
2 files changed, 7 insertions, 15 deletions
@@ -341,10 +341,6 @@ }, "gigi": { "inputs": { - "flake-compat": [ - "tsutsumi", - "flake-compat" - ], "flake-utils": [ "tsutsumi", "flake-utils" @@ -353,21 +349,17 @@ "tsutsumi", "nixpkgs" ], - "pre-commit-hooks": [ - "tsutsumi", - "pre-commit-hooks" - ], "systems": [ "tsutsumi", "systems" ] }, "locked": { - "lastModified": 1727735868, - "narHash": "sha256-5PVuUCaKtC2FtuRFHMxzMdoqqzcH+tKoj+bGngqdSM8=", + "lastModified": 1728055350, + "narHash": "sha256-38qLnfzmL7Om6Z9BRuFI9DX/ccKlLN74rUHSxWiEmCg=", "owner": "Fuwn", "repo": "gigi", - "rev": "d4a74df30bd7bb3d2999c9e28838542ab26780b1", + "rev": "11675972de7e3cf10d11470fc736ec78aa00ee18", "type": "github" }, "original": { @@ -1589,11 +1581,11 @@ ] }, "locked": { - "lastModified": 1728062058, - "narHash": "sha256-hMKqkhN3TXUh0hr2dyFAuIAx86fvo+klP2iFyman/DM=", + "lastModified": 1728067018, + "narHash": "sha256-0RCIVh1TF7olaNcN5NU2yiXu08jeTdWioOQxqdiUD1Y=", "owner": "Fuwn", "repo": "tsutsumi", - "rev": "c019a8a56fcc557214e4b1a01b634764116a8b7c", + "rev": "906f9d81f3174342b37ba4ed79d49e477c053610", "type": "github" }, "original": { diff --git a/home/ebisu/kansai/fortune/system/shell/fish.nix b/home/ebisu/kansai/fortune/system/shell/fish.nix index 70f6470..d7ff424 100644 --- a/home/ebisu/kansai/fortune/system/shell/fish.nix +++ b/home/ebisu/kansai/fortune/system/shell/fish.nix @@ -168,7 +168,7 @@ rotd = "systemctl --user restart opentabledriver.service"; ks = "kaguya stream --user-agent 'Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0'"; def = "myougiden"; - suzuri = "SUZURI_MINIMAL=1 SUZURI_REVERSE=1 ${config.home.homeDirectory}/Documents/Code/Git/Fuwn/suzuri/suzuri"; + suzuri = "SUZURI_MINIMAL=1 SUZURI_REVERSE=1 ${pkgs.tsutsumi.suzuri}/bin/suzuri"; "5ch" = "html2md -i 'https://ff5ch.syoboi.jp/' -s section | glow"; shinobu = "curl --silent https://shinobu.fuwn.workers.dev/shinobu -o /tmp/shinobu && feh /tmp/shinobu"; auto_subtitle = "source ${config.home.homeDirectory}/Documents/Code/Git/Random/auto-subtitle/venv/bin/activate && auto_subtitle --model medium --task translate --srt_only True"; |