Update to pro audio

This commit is contained in:
Filippo Berto 2022-04-04 10:00:17 +02:00
parent f82a750769
commit 72f8d14197
4 changed files with 26 additions and 25 deletions

View file

@ -13,32 +13,32 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
carla carla
rnnoise rnnoise
cardinal ardour
# ardour # zrythm
# Plugins # Plugins
# artyFX # artyFX
# geonkick autotalent
# lsp-plugins boops
# boops cardinal
geonkick
helm
(lsp-plugins.overrideAttrs (old: { version = "1.2.0"; }))
# noise-repellent # noise-repellent
samplv1
# speech-denoiser # speech-denoiser
# stochas # stochas
sunvox
# surge # surge
# talentedhack surge-XT
# tunefish talentedhack
# x42-plugins tunefish
vocproc
x42-plugins
zita-at1
zynaddsubfx
zyn-fusion
]; ];
home.sessionVariables = variables; home.sessionVariables = variables;
home.file = {
# ".lv2" = { source = ~/.nix-profile/lib/lv2; };
# ".dssi" = { source= ~/.nix-profile/lib/dssi; };
# ".ladspa" = { source = ~/.nix-profile/lib/ladspa; };
# ".lxvst" = { source = ~/.nix-profile/lib/lxvst; };
# ".vst" = { source = ~/.nix-profile/lib/vst; };
# ".vst3" = { source = ~/.nix-profile/lib/vst3; };
};
} }

View file

@ -7,7 +7,7 @@
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
# ./laptop.nix # ./laptop.nix
# ./pentablet.nix # ./pentablet.nix
# ./pro_audio.nix ./pro_audio.nix
# ./defcon.nix # ./defcon.nix
# ./mind.nix # ./mind.nix
# ./k3s.nix # ./k3s.nix

View file

@ -33,12 +33,12 @@
# fileSystems."/" = { options = "noatime errors=remount-ro"; }; # fileSystems."/" = { options = "noatime errors=remount-ro"; };
# security.pam.loginLimits = [ security.pam.loginLimits = [
# { domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; } { domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
# { domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; } { domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; }
# { domain = "@audio"; item = "nofile"; type = "soft"; value = "99999"; } { domain = "@audio"; item = "nofile"; type = "soft"; value = "99999"; }
# { domain = "@audio"; item = "nofile"; type = "hard"; value = "99999"; } { domain = "@audio"; item = "nofile"; type = "hard"; value = "99999"; }
# ]; ];
# services = { # services = {
# udev = { # udev = {

View file

@ -8,6 +8,7 @@
<nixos-hardware/common/cpu/amd> <nixos-hardware/common/cpu/amd>
<nixos-hardware/common/pc/ssd> <nixos-hardware/common/pc/ssd>
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
./pro_audio.nix
]; ];
boot = { boot = {