Pro audio: fix lib path
This commit is contained in:
parent
20028a407d
commit
385875a608
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
user = "bertof";
|
||||
systemLibFolder = "/run/current-system/sw/lib/";
|
||||
userLibFolder =
|
||||
"/nix/var/nix/profiles/per-user/${user}/home-manager/home-path/lib/";
|
||||
"$HOME/.local/state/nix/profiles/home-manager/home-path/lib";
|
||||
variables = {
|
||||
DSSI_PATH = "$HOME/.dssi:${userLibFolder}/dssi:${systemLibFolder}/dssi";
|
||||
LADSPA_PATH =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue