commit c21decc33e665e131e5883d4058b41f44acf7996 from: mtmn date: Wed Jul 15 22:24:12 2026 UTC monofetch: set depth=1 by default commit - 3800af5fe26a13e289a4fa244c885adcf443991d commit + c21decc33e665e131e5883d4058b41f44acf7996 blob - 7a1f15778b323ce7d30333147de4a8a06d477ed9 blob + a7aa10ce3773ef2bdfc958c9673279dd8ebf3cea --- hosts/void/default.nix +++ hosts/void/default.nix @@ -147,6 +147,7 @@ lf elvish tealdeer + go-org ]; beam = lib.concatLists [ blob - a89850f02eb5f480df473ac7c0c503382251210d blob + 16ac491240cc2ad2dc8157b483ed6250c9160a6f --- modules/mixins/dotfiles/bin/monofetch +++ modules/mixins/dotfiles/bin/monofetch @@ -1,7 +1,7 @@ #!/usr/bin/env bash crawl=0 -depth=3 +depth=1 notify() { [[ "$crawl" -eq 1 ]] && return