blob: c101672af31411a2587c7b71bd9bef2acc873c86 [file] [log] [blame]
TheCodedProfa0e072a2023-04-22 19:57:56 -04001module.exports = {
TheCodedProf92a2a1a2023-04-22 19:58:18 -04002 apps: [
3 {
4 name: "Nucleus",
5 script: "/run/current-system/sw/bin/nix",
6 args: "develop --command yarn start --update-commands"
7 }
8 ]
9};