index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
graphics
/
default.nix
blob: eb92d5ec81ba911d5791ddc8e872a9952c12fe29 (
plain
) (
blame
)
1
2
3
4
{
config
,
...
}:
{
hardware
.
opengl
.
enable
=
true
;
}
# vim: ts=2