mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
14 lines
194 B
Nix
14 lines
194 B
Nix
_: {
|
|
services = {
|
|
# fgrim = {
|
|
# enable = true;
|
|
# interval = "weekly";
|
|
# };
|
|
gvfs.enable = true;
|
|
scx = {
|
|
enable = true;
|
|
scheduler = "scx_lavd";
|
|
};
|
|
};
|
|
}
|