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
|
@ -25,7 +25,6 @@ with pkgs; [
|
|||
neofetch
|
||||
nodePackages."http-server"
|
||||
nodePackages.eslint
|
||||
nodePackages.nodemon
|
||||
nodePackages.prettier
|
||||
nodejs
|
||||
php81
|
||||
|
|
|
@ -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…
Reference in a new issue