mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
inotify stuff for vscode, and update nixpkgs
This commit is contained in:
parent
f29176c190
commit
770a591071
3 changed files with 10 additions and 5 deletions
|
|
@ -8,4 +8,9 @@
|
|||
wget
|
||||
];
|
||||
services.auto-fix-vscode-server.enable = true;
|
||||
|
||||
# https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
|
||||
boot.kernel.sysctl = {
|
||||
"fs.inotify.max_user_watches" = "524288";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue