mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: various changes, sched-ext
This commit is contained in:
parent
db0f9bef6d
commit
cc85d2e5ba
7 changed files with 143 additions and 173 deletions
|
|
@ -68,6 +68,12 @@ _: let
|
|||
powerManagement.enable = true;
|
||||
};
|
||||
|
||||
services.scx = {
|
||||
enable = true;
|
||||
package = pkgs.scx_git.full;
|
||||
scheduler = "scx_lavd";
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue