.dotfiles/modules/home/hardware.nix
2024-07-24 19:49:18 +02:00

8 lines
118 B
Nix

{ lib, ... }:
{
options.swarselsystems.cpuCount = lib.mkOption {
type = lib.types.int;
default = 8;
};
}