updated options structure
This commit is contained in:
parent
d2aa848f1f
commit
8e3d589698
6 changed files with 110 additions and 102 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware-config.nix
|
||||
./nvidia.nix
|
||||
./options.nix
|
||||
];
|
||||
|
||||
|
@ -28,18 +29,6 @@
|
|||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# Load nvidia driver
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = false;
|
||||
powerManagement.finegrained = false;
|
||||
open = false;
|
||||
nvidiaSettings = false;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta;
|
||||
};
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue