mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -05:00
13 lines
150 B
Nix
13 lines
150 B
Nix
{ lib, pkgs, username, ... }:
|
|
|
|
{
|
|
services = {
|
|
gvfs.enable = true;
|
|
scx = {
|
|
enable = true;
|
|
scheduler = "scx_lavd";
|
|
};
|
|
};
|
|
}
|
|
|