hardware/gpu: add gpu module

This commit is contained in:
Infinidoge 2021-11-22 00:49:51 -05:00
parent c634a13ac3
commit d71ee4073c
9 changed files with 59 additions and 52 deletions

View file

@ -8,10 +8,6 @@
(with profiles; [
networking.wireless
(with hardware; [
gpu.nvidia
])
btrfs
virtualization
@ -28,6 +24,7 @@
modules = {
boot.grub.enable = true;
hardware = {
gpu.nvidia = true;
wireless.enable = true;
form.desktop = true;
};