mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
style:services
This commit is contained in:
13
modules/services/scx.nix
Normal file
13
modules/services/scx.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ lib, pkgs, username, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
gvfs.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user