This website requires JavaScript.
Explore
Help
Sign in
eeva
/
nixos-hardware
Watch
1
Star
0
Fork
You've already forked nixos-hardware
0
mirror of
https://github.com/NixOS/nixos-hardware
synced
2024-11-01 00:29:40 +01:00
Code
Issues
Releases
Wiki
Activity
667b40e827
nixos-hardware
/
common
/
cpu
/
intel
/
default.nix
9 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
common/cpu: default microcode updates to enableRedistributableFirmware
2018-10-30 19:16:36 +01:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
common/cpu/intel: add vaapi/vdpau drivers I've tested this to work on MacBookAir4,1 and I'm going to deploy it to MacBookAir6,2 today and Lenovo ThinkPad X230 in a week from now. Also, cleaned up Lenovo ThinkPad X230 profile.
2017-12-27 08:28:30 +01:00
treewide: abstract away common configs into common/
2017-12-25 00:21:05 +01:00
{
split CPU and GPU from common/cpu/intel fix #388
2022-03-07 21:20:43 +01:00
imports
=
[
./cpu-only.nix
../../gpu/intel.nix
common/cpu/intel: add vaapi/vdpau drivers I've tested this to work on MacBookAir4,1 and I'm going to deploy it to MacBookAir6,2 today and Lenovo ThinkPad X230 in a week from now. Also, cleaned up Lenovo ThinkPad X230 profile.
2017-12-27 08:28:30 +01:00
]
;
treewide: abstract away common configs into common/
2017-12-25 00:21:05 +01:00
}
Reference in a new issue
Copy permalink