treewide: drop 24.05 compat

This commit is contained in:
Sandro Jäckel 2026-01-11 01:05:37 +01:00
parent b2101de0f8
commit 8781e10a1c
No known key found for this signature in database
GPG key ID: 236B6291555E8401
10 changed files with 1 additions and 37 deletions

View file

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

View file

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

View file

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