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