diff options
| author | seth <[email protected]> | 2023-08-25 09:35:01 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-25 09:48:55 -0400 |
| commit | f3bd2bce23bc80ef129fe9c29e9a8ec93470da13 (patch) | |
| tree | 48538ab29b78b9792f86582b86e4441e4f86f4da /modules/nixos/hardware/default.nix | |
| parent | 99ff40ac3b487489830893c23cb09bd97a8031ed (diff) | |
modules/hardware: complete nvidia + add ssd module
Diffstat (limited to 'modules/nixos/hardware/default.nix')
| -rw-r--r-- | modules/nixos/hardware/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/hardware/default.nix b/modules/nixos/hardware/default.nix index 624ccc1..1217b5a 100644 --- a/modules/nixos/hardware/default.nix +++ b/modules/nixos/hardware/default.nix @@ -9,6 +9,7 @@ in { options.hardware.enable = mkEnableOption "hardware module"; imports = [ + ./ssd.nix ./nvidia.nix ]; |
