diff options
| author | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-08 00:21:41 -0400 |
| commit | 9cedd06b8589a5d39a7a85e2efe646a8edebac53 (patch) | |
| tree | 8884a1238b0586396bc403098e23e78505ab514e /modules/hardware/default.nix | |
| parent | 589c80eb1bcaf76b4a1a7e6f9cdd725fdb04e063 (diff) | |
modules: merge base and nixos
Diffstat (limited to 'modules/hardware/default.nix')
| -rw-r--r-- | modules/hardware/default.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix deleted file mode 100644 index cefa15c..0000000 --- a/modules/hardware/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.getchoo.hardware; - inherit (lib) mkEnableOption mkIf; -in { - options.getchoo.hardware.enable = mkEnableOption "hardware module"; - - imports = [ - ./nvidia.nix - ]; - - config = mkIf cfg.enable { - hardware.enableAllFirmware = true; - }; -} |
