Compare commits

...

2 commits

Author SHA1 Message Date
9faf7d4678 add shellcheck 2021-01-13 17:04:25 +01:00
74df467f4f support for forcusrite interface 2021-01-13 17:04:25 +01:00
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,9 @@ 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,6 +8,7 @@ in {
gnumake
go
rustup
shellcheck
unstable.golangci-lint
unstable.gopls
unstable.rust-analyzer