index
:
nixfiles
this commit
main
System and user configuration, managed by nix and home-manager
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
intel-gpu.nix
blob: 775396ae41c9e04f5fe9b1197f08862d4d5a4e71 (
plain
)
1
2
3
4
5
6
{
config
,
pkgs
,
...
}:
{
hardware
.
opengl
.
extraPackages
=
with
pkgs
;
[
vaapiIntel
];
}