Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
9e24d9bd5bb85e7b84034871c7768dc6763a42d1
/
.
/
modules
/
nixos
/
graphics
/
default.nix
blob: 27635c1e4824d1be929532fcf97aeb017e3502f3 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
hardware
.
opengl
=
{
enable
=
true
;
driSupport
=
true
;
driSupport32Bit
=
true
;
extraPackages
=
[
pkgs
.
vaapiVdpau
];
};
}