astora: bring audio plugins via wine to ardour
This commit is contained in:
parent
d2274ce015
commit
62456d12f1
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user