Added dependencies to path
This commit is contained in:
parent
51e102bb39
commit
712c81af12
|
@ -25,11 +25,16 @@
|
|||
carla
|
||||
wprs
|
||||
xwayland
|
||||
|
||||
# Plugins for Carla
|
||||
lsp-plugins
|
||||
];
|
||||
|
||||
# Setup dependencies
|
||||
environment.variables.LD_LIBRARY_PATH = "${lib.makeLibraryPath (
|
||||
with pkgs;
|
||||
[
|
||||
cairo
|
||||
]
|
||||
)}";
|
||||
|
||||
# User for audio mixing
|
||||
users.users.mixer = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in New Issue