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