refactor: remove nodemon
Removing this as I mostly use `inotifywait` via the `watch-changes` script instead of nodemon.
This commit is contained in:
parent
c29c49d5dd
commit
ec344fd4f5
2 changed files with 0 additions and 13 deletions
|
@ -120,18 +120,6 @@ in
|
|||
.phpactor.json
|
||||
'';
|
||||
|
||||
home.file."nodemon.json".text = ''
|
||||
{
|
||||
"ignore": [
|
||||
".git"
|
||||
],
|
||||
"verbose": true,
|
||||
"events": {
|
||||
"start": "clear"
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
programs.bat.enable = true;
|
||||
|
||||
programs.git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue