astora: bring audio plugins via wine to ardour

This commit is contained in:
L-Nafaryus 2024-03-11 13:10:54 +05:00
parent d2274ce015
commit 62456d12f1
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1
2 changed files with 9 additions and 1 deletions

View File

@ -61,6 +61,7 @@
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
jack.enable = true;
}; };
services.openssh = { services.openssh = {
@ -91,6 +92,7 @@
lm_sensors lm_sensors
git git
git-lfs
ripgrep ripgrep
fd fd
lazygit lazygit

View File

@ -4,7 +4,7 @@
users.users.nafaryus = { users.users.nafaryus = {
isNormalUser = true; isNormalUser = true;
description = "L-Nafaryus"; description = "L-Nafaryus";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "audio" ];
group = "users"; group = "users";
uid = 1000; uid = 1000;
initialPassword = "nixos"; initialPassword = "nixos";
@ -39,9 +39,12 @@
discord discord
pipewire.jack # pw-jack
carla carla
qpwgraph qpwgraph
wireplumber wireplumber
yabridge
yabridgectl
lutris lutris
wine wine
@ -56,6 +59,9 @@
blender blender
ardour ardour
olive-editor olive-editor
openshot-qt
musescore
soundux
calf calf
zynaddsubfx zynaddsubfx