This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let | |
| pkgs = import <nixpkgs> {}; | |
| fhs = pkgs.buildFHSUserEnv { | |
| name = "versionkeeper"; | |
| targetPkgs = pkgs: with pkgs; [ | |
| alsaLib atk cairo cups dbus expat | |
| file fontconfig freetype gdb git | |
| glib gtk3-x11 gtk2-x11 libnotify libxml2 | |
| libxslt netcat nspr nss | |
| strace udev watch wget which xorg.libX11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DefinitionBlock ("", "SSDT", 1, "RURI", "CSC3551", 0x00000001) | |
| { | |
| External (_SB.I2CD, DeviceObj) | |
| External (_SB.I2CD.SPKR, DeviceObj) | |
| External (_SB.PCI0, DeviceObj) | |
| Scope (_SB.PCI0) // Useful if you use different size SO-DIMM than 16GB, marks PCI-E devices as part of NUMA node 0 | |
| { | |
| Name (_PXM, 0x00) | |
| } | |
| Scope (_SB.I2CD.SPKR) // Sound fix - to get proper values for your system, check quirks in latest kernel https://github.com/torvalds/linux/blob/a940d9a43e623d1ba1e5c499aa843516656c0ae4/sound/pci/hda/cs35l41_hda_property.c |
OlderNewer