mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-16 04:10:20 +01:00
gui: Enable systemd-oomd
This commit is contained in:
parent
1b5ff9f6f6
commit
a2a6c49c5c
2 changed files with 8 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@
|
|||
};
|
||||
|
||||
startup = [
|
||||
{ command = lib.getExe pkgs.sway-assign-cgroups; }
|
||||
{ command = "signal-desktop"; }
|
||||
{ command = "discord"; }
|
||||
{ command = "firefox"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue