From ea0c93c27c11612faa425d09d17eac45ad5bba4b Mon Sep 17 00:00:00 2001 From: Lilly Date: Wed, 7 Jan 2026 11:27:53 +0000 Subject: [PATCH] Auto-commit: 2026-01-07 11:27:53 --- options.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.nix b/options.nix index f51e905..813cd18 100644 --- a/options.nix +++ b/options.nix @@ -24,6 +24,10 @@ }; }; + gpu = { + powersave = lib.mkEnableOption "Set GPU ASPM to powersave"; + }; + desktop = { enable = lib.mkEnableOption "Is a Desktop System";