Switch to niri - Episode 3: The (second?) purge

This commit is contained in:
Schrottkatze 2025-03-18 18:23:45 +01:00
parent a6e6f38484
commit cc53b33f8e
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
24 changed files with 551 additions and 670 deletions

View file

@ -1,4 +1,12 @@
{pkgs, ...}: {
{
pkgs,
lib,
config,
...
}: {
environment.variables = {
VDPAU_DRIVER = lib.mkIf config.hardware.graphics.enable (lib.mkDefault "va_gl");
};
hardware.graphics = {
extraPackages = with pkgs; [
intel-ocl