From 0cf4bac8d8b5a6b3ecf914f14663cb00d4cb235b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Feb 2026 22:03:26 -0500 Subject: update commits (nvidia still brokie) --- options.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 3eb8b80..61dbc09 100644 --- a/options.nix +++ b/options.nix @@ -269,6 +269,11 @@ in { description = "NixOS State Version"; default = "26.05"; }; + cores = mkOption { + type = types.int; + description = "Number of logical cores on the system"; + default = 8; + }; # # Packages -- cgit v1.2.3-freya