mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-08 03:44:08 -04:00
10 lines
80 B
Nix
10 lines
80 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.glances = {
|
|
enable = true;
|
|
};
|
|
}
|
|
|