Added dependencies to path

This commit is contained in:
Jan-Bulthuis 2025-04-17 03:04:54 +02:00
parent 51e102bb39
commit 712c81af12
1 changed files with 8 additions and 3 deletions

View File

@ -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;