gui: Enable systemd-oomd

This commit is contained in:
Quentin Boyer 2024-07-24 21:41:34 +02:00
parent 1b5ff9f6f6
commit a2a6c49c5c
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,12 @@
{ pkgs, config, ... }:
{
systemd.oomd = {
enable = true;
enableUserSlices = true;
enableRootSlice = true;
enableSystemSlice = true;
};
services.gnome.gnome-keyring.enable = true;
services.flatpak.enable = true;
xdg.portal = {

View file

@ -139,6 +139,7 @@
};
startup = [
{ command = lib.getExe pkgs.sway-assign-cgroups; }
{ command = "signal-desktop"; }
{ command = "discord"; }
{ command = "firefox"; }