Compare commits

..

No commits in common. "9faf7d46781e425ba466a44f33e87dfd9c5ca4a6" and "972cda3dd263bef9c8db8432ba7cd6a889f8f03b" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View file

@ -15,9 +15,6 @@ in {
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [ "intel_pstate=active" ];
boot.extraModprobeConfig = ''
options snd_usb_audio device_setup=1
'';
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };

View file

@ -8,7 +8,6 @@ in {
gnumake
go
rustup
shellcheck
unstable.golangci-lint
unstable.gopls
unstable.rust-analyzer