trying to make u-he plugins work

This commit is contained in:
Matt Nish-Lapidus 2024-12-01 15:31:55 -05:00
parent 0db7b6f402
commit 9600c7a029
5 changed files with 36 additions and 21 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish
function nixgc --description 'update home manager'
sudo nix-collect-garbage $argv
nix-collect-garbage $argv && sudo nix-collect-garbage $argv
end