Package essential software

This commit is contained in:
Manuel Thalmann 2024-07-15 12:10:06 +02:00
parent ed065e6991
commit 8d1c754106
7 changed files with 178 additions and 1 deletions
scripts/Common/Scripts

View file

@ -3,3 +3,7 @@ function getConfig -S -a property
source "$(status dirname)/eval-module.fish"
evalModule "$CONFIG_MODULE" "$property" $argv[2..]
end
function collectionActive -S -a name
[ "$(getConfig "valhalla.software.$name" --json)" = "true" ]
end