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
|
neofetch
|
||||||
nodePackages."http-server"
|
nodePackages."http-server"
|
||||||
nodePackages.eslint
|
nodePackages.eslint
|
||||||
nodePackages.nodemon
|
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
nodejs
|
nodejs
|
||||||
php81
|
php81
|
||||||
|
|
|
@ -120,18 +120,6 @@ in
|
||||||
.phpactor.json
|
.phpactor.json
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.file."nodemon.json".text = ''
|
|
||||||
{
|
|
||||||
"ignore": [
|
|
||||||
".git"
|
|
||||||
],
|
|
||||||
"verbose": true,
|
|
||||||
"events": {
|
|
||||||
"start": "clear"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
Loading…
Reference in a new issue