diff options
| author | seth <[email protected]> | 2023-08-16 17:46:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 13:55:47 -0400 |
| commit | 95ac27788ecb6221867f1a2738ce12b445775bf4 (patch) | |
| tree | c4c8f0f498df7bead55cf80a1e53b01f368eece8 /modules/nixos/hardware/default.nix | |
| parent | 4fb70765228dd55333844dbb4dfb646a3616893d (diff) | |
modules/nixos+darwin: remove getchoo prefix
Diffstat (limited to 'modules/nixos/hardware/default.nix')
| -rw-r--r-- | modules/nixos/hardware/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/hardware/default.nix b/modules/nixos/hardware/default.nix index cefa15c..624ccc1 100644 --- a/modules/nixos/hardware/default.nix +++ b/modules/nixos/hardware/default.nix @@ -3,10 +3,10 @@ lib, ... }: let - cfg = config.getchoo.hardware; + cfg = config.hardware; inherit (lib) mkEnableOption mkIf; in { - options.getchoo.hardware.enable = mkEnableOption "hardware module"; + options.hardware.enable = mkEnableOption "hardware module"; imports = [ ./nvidia.nix |
