chore: remove chaotic/nyx from inputs and cleanup hardware.graphics

* remove unused graphics extraPackages from desktop installation
* rename vaapiIntel to intel-vaapi-driver
* remove chaotic mesa opencl library

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-10-09 17:58:44 +05:30
parent de0f3ae50f
commit e7d17df90a
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED
4 changed files with 1 additions and 11 deletions

View File

@ -19,7 +19,6 @@
systems.modules.nixos = with inputs; [
agenix.nixosModules.age
chaotic.nixosModules.default
disko.nixosModules.disko
srvos.nixosModules.common
inputs.lanzaboote.nixosModules.lanzaboote
@ -81,8 +80,6 @@
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "nixpkgs";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
deploy-rs.url = "github:serokell/deploy-rs";
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";

View File

@ -32,8 +32,6 @@
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
vaapiIntel
libvdpau-va-gl
vaapiVdpau
intel-media-driver
];

View File

@ -28,7 +28,7 @@
withVpl = true;
};
};
vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};
intel-vaapi-driver = pkgs.intel-vaapi-driver.override {enableHybridCodec = true;};
};
environment.systemPackages = with pkgs; [

View File

@ -6,13 +6,8 @@
}: {
imports = [./hardware.nix];
chaotic.mesa-git.enable = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;
hardware.graphics.extraPackages = with pkgs; [
mesa_git.opencl
];
networking.hostName = "thonkpad";
networking.interfaces.wlan0.useDHCP = lib.mkDefault false;