PortValhalla/scripts/Arch/lib/dependencies.fish

6 lines
164 B
Fish
Raw Normal View History

function installValhallaDeps -V dir
source "$dir/../lib/software.fish"
and pacinst fish git jq nix sudo tmux
sudo systemctl enable --now nix-daemon
end