Move config to working module
This commit is contained in:
@@ -3,8 +3,7 @@ let
|
||||
inherit (lib.my-namespace) enabled;
|
||||
in
|
||||
{
|
||||
lib.my-namespace.hardware = {
|
||||
novidia = enabled;
|
||||
#nvidia-stable.enabled = enabled;
|
||||
my-namespace.hardware = {
|
||||
graphics-nvidia-prime-amd = enabled;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
[
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
./graphics/nvidia-stable.nix
|
||||
./graphics/nvidia.nix
|
||||
# ./graphics/nvidia.nix
|
||||
./acer-monitor-edid.nix
|
||||
];
|
||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
Reference in New Issue
Block a user