add oomd; swap back from tlp to power profiles; update resharper code; remove more mozilla bs

This commit is contained in:
2025-11-17 16:01:31 +00:00
parent 48c40f8124
commit 079ba8a9d5
6 changed files with 37 additions and 41 deletions

View File

@@ -6,6 +6,7 @@
./location-time.nix
./networking.nix
./nix-settings.nix
./oomd.nix
./pipewire.nix
./programs.nix
];

View File

@@ -0,0 +1,10 @@
{ ... }:
{
systemd.oomd = {
enable = true;
enableRootSlice = true;
enableSystemSlice = true;
enableUserSlices = true;
};
}