This website requires JavaScript.
Explore
Help
Register
Sign In
simon
/
nixos-config
Watch
1
Star
1
Fork
You've already forked nixos-config
0
Code
Issues
8
Pull requests
Actions
Projects
Activity
844d78d026
nixos-config
/
modules
/
gpu
/
intel.nix
9 lines
99 B
Nix
Raw
Normal View
History
Unescape
Escape
Modularise opengl packages
2020-10-16 18:34:51 +02:00
{
pkgs
,
.
.
.
}:
{
gpu/intel: Add beignet
2020-10-17 20:23:33 +02:00
hardware
.
opengl
.
extraPackages
=
with
pkgs
;
[
beignet
vaapiIntel
]
;
Modularise opengl packages
2020-10-16 18:34:51 +02:00
}
Reference in a new issue
Copy permalink