mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:46:35 +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, ... }:
|
||||
|
||||
{
|
||||
imports = with nixos-hardware.nixosModules;
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
|
|
Loading…
Reference in a new issue