homebrew pinning

This commit is contained in:
atagen 2026-05-20 16:01:46 +10:00
parent 4921973b9a
commit 480c556d32
45 changed files with 1401 additions and 2219 deletions

View file

@ -245,6 +245,11 @@ let
git push --force
}
def activate [p: path] {
sudo nix-env --set -p /nix/var/nix/profiles/system $p
sudo $"$(p)/bin/switch-to-configuration" switch
}
# direnv
$env.config = ($env.config? | default {})
$env.config.hooks = ($env.config.hooks? | default {})