Switch to niri - Episode 3: The (second?) purge
This commit is contained in:
parent
a6e6f38484
commit
cc53b33f8e
24 changed files with 551 additions and 670 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue