summaryrefslogtreecommitdiff
path: root/modules/hardware/nvidia.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-04 17:09:32 -0400
committerseth <[email protected]>2023-05-04 17:09:32 -0400
commit94e2d64cbbb4c1901bbd7466f12662dba28005da (patch)
treeed0eb80c62f75b3ec5f302249dab60b3a1726ed2 /modules/hardware/nvidia.nix
parent9937a252dec0f33437a396e0f6c43ca456cf5b92 (diff)
modules: prefix with getchoo
Diffstat (limited to 'modules/hardware/nvidia.nix')
-rw-r--r--modules/hardware/nvidia.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hardware/nvidia.nix b/modules/hardware/nvidia.nix
index 12f6550..c317226 100644
--- a/modules/hardware/nvidia.nix
+++ b/modules/hardware/nvidia.nix
@@ -4,13 +4,13 @@
pkgs,
...
}: let
- cfg = config.myHardware.nvidia;
+ cfg = config.getchoo.hardware.nvidia;
inherit (lib) mkEnableOption mkIf;
in {
- options.myHardware.nvidia.enable = mkEnableOption "enable nvidia support";
+ options.getchoo.hardware.nvidia.enable = mkEnableOption "enable nvidia support";
config = mkIf cfg.enable {
- myHardware.enable = true;
+ getchoo.hardware.enable = true;
hardware = {
nvidia = {