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

This commit is contained in:
Schrottkatze 2025-03-18 18:23:45 +01:00
commit cc53b33f8e
No known key found for this signature in database
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