Compare commits
2 commits
972cda3dd2
...
9faf7d4678
Author | SHA1 | Date | |
---|---|---|---|
9faf7d4678 | |||
74df467f4f |
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,9 @@ 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,6 +8,7 @@ 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