style:services

This commit is contained in:
dichgrem
2025-10-14 21:24:25 +08:00
parent bbe2cbfb5a
commit 1bb02c06fa
3 changed files with 25 additions and 23 deletions

13
modules/services/scx.nix Normal file
View File

@@ -0,0 +1,13 @@
{ lib, pkgs, username, ... }:
{
services = {
gvfs.enable = true;
power-profiles-daemon.enable = true;
scx = {
enable = true;
scheduler = "scx_lavd";
};
};
}