make it snow!

This commit is contained in:
2023-02-25 04:39:30 +01:00
parent 9b599adc07
commit 71ac683efa
14 changed files with 475 additions and 360 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
{
# enable opengl (headless)
hardware.opengl.enable = true;
#hardware.opengl.extraPackages = [ pkgs.mesa.drivers ];
hardware.opengl.extraPackages = with pkgs; [ mesa.drivers vaapiIntel libvdpau-va-gl vaapiVdpau intel-ocl ];
}