nixos/modules/graphical/earlyoom.nix

6 lines
84 B
Nix

{
services.earlyoom = {
enable = true;
enableNotifications = true;
};
}