fix 24.05 evaluation

This commit is contained in:
Jörg Thalheim
2024-06-21 23:26:44 +02:00
parent cc634b69c8
commit 584a5e5518
16 changed files with 56 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
{ lib, ... }:
{
imports = [
../../../../common/gpu/24.05-compat.nix
];
hardware = {
graphics = {
enable = lib.mkDefault true;

View File

@@ -1,5 +1,6 @@
{ config, lib, ... }: {
imports = [
../../../common/gpu/24.05-compat.nix
../../../common/gpu/nvidia/prime.nix
../../../common/cpu/intel
../../../common/cpu/intel/kaby-lake

View File

@@ -1,5 +1,6 @@
{ lib, config, ... }: {
imports = [
../../../common/gpu/24.05-compat.nix
../../../common/gpu/nvidia/prime.nix
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix