feat: automatically clear between nodemon commands
This commit is contained in:
parent
b729416e82
commit
6c0691800e
|
@ -8,6 +8,18 @@ in {
|
|||
|
||||
home.packages = (import ./packages.nix) { inherit pkgs; };
|
||||
|
||||
home.file."nodemon.json".text = ''
|
||||
{
|
||||
"ignore": [
|
||||
".git"
|
||||
],
|
||||
"verbose": true,
|
||||
"events": {
|
||||
"start": "clear"
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
programs.bat.enable = true;
|
||||
|
||||
programs.neovim = {
|
||||
|
|
Loading…
Reference in a new issue