Compare commits
No commits in common. "9faf7d46781e425ba466a44f33e87dfd9c5ca4a6" and "972cda3dd263bef9c8db8432ba7cd6a889f8f03b" have entirely different histories.
9faf7d4678
...
972cda3dd2
2 changed files with 0 additions and 4 deletions
|
@ -15,9 +15,6 @@ in {
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.kernelParams = [ "intel_pstate=active" ];
|
boot.kernelParams = [ "intel_pstate=active" ];
|
||||||
boot.extraModprobeConfig = ''
|
|
||||||
options snd_usb_audio device_setup=1
|
|
||||||
'';
|
|
||||||
|
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||||
|
|
|
@ -8,7 +8,6 @@ in {
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
rustup
|
rustup
|
||||||
shellcheck
|
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
unstable.rust-analyzer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue