mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
Fix
This commit is contained in:
parent
fd09df161e
commit
5244141a41
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@
|
||||||
{ config, lib, pkgs, modulesPath, ... }:
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = with nixos-hardware.nixosModules;
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
|
|
Loading…
Reference in a new issue