6 lines
164 B
Fish
6 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
|