This website requires JavaScript.
Explore
Help
Sign In
PapaTutuWawa
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
488dd977d1
nixos-config
/
modules
/
hardware
/
video.nix
6 lines
81 B
Nix
Raw
Normal View
History
Unescape
Escape
overlays: Create overlays
2021-08-24 09:36:15 +00:00
{
pkgs
,
.
.
.
}:
misc: Add everything
2021-07-29 20:21:51 +00:00
overlays: Create overlays
2021-08-24 09:36:15 +00:00
{
environment
.
systemPackages
=
with
pkgs
;
[
unstable
.
mesa
]
;
misc: Add everything
2021-07-29 20:21:51 +00:00
}
Reference in New Issue
Copy Permalink