Move nvidia to a module
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./nvidia.nix
|
||||
];
|
||||
|
||||
# - Basic --------------------------------------
|
||||
@@ -24,12 +23,16 @@
|
||||
|
||||
# - System -----------------------------------
|
||||
system.bluetooth.enable = true;
|
||||
system.nvidia = {
|
||||
enable = true;
|
||||
intelBusId = "PCI:0:2:0";
|
||||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
|
||||
# - Desktop ----------------------------------
|
||||
desktop = {
|
||||
enable = true;
|
||||
laptop = true;
|
||||
|
||||
};
|
||||
|
||||
# - Editors and development ------------------
|
||||
|
||||
Reference in New Issue
Block a user