1 2 3 4 5 6 7 8 9 10 11
# vim: ts=2 { pkgs, sysLib, ... }: let dependencies = builtins.attrValues {inherit (pkgs) git neovim;}; name = "config_setup"; script = ./config_setup.sh; in sysLib.makeShellScriptWithLibrary {inherit dependencies name script;}