PortValhalla/scripts/Arch/lib/dependencies.fish

5 lines
164 B
Fish

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