feature: Enable earlyoom on main module

This commit is contained in:
Filippo Berto 2025-09-23 23:26:24 +02:00
parent d2a3094c70
commit 2777e9bcfe
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -214,6 +214,7 @@
./nixos/hyprland.nix ./nixos/hyprland.nix
]; ];
home-manager.users.bertof.imports = [ ./hm/hyprland.nix ]; home-manager.users.bertof.imports = [ ./hm/hyprland.nix ];
services.earlyoom.enable = true;
}; };
server = { server = {