earlyoom and update intellij
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
||||
with pkgs;
|
||||
[
|
||||
man-pages
|
||||
stable.jetbrains.idea-ultimate
|
||||
jetbrains.idea
|
||||
typescript
|
||||
bruno
|
||||
nodejs_22 # needed for tabby extension
|
||||
|
||||
@@ -120,6 +120,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
services.earlyoom = {
|
||||
enable = true;
|
||||
freeMemThreshold = 2;
|
||||
freeSwapThreshold = 2;
|
||||
};
|
||||
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "suspend";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user