mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
format
This commit is contained in:
parent
dc2a4e7512
commit
dd6c19315c
3 changed files with 11 additions and 7 deletions
|
@ -65,13 +65,13 @@ in
|
|||
environment.sessionVariables =
|
||||
let
|
||||
makePluginPath =
|
||||
format:
|
||||
"$HOME/.${format}:" +
|
||||
(lib.makeSearchPath format [
|
||||
format:
|
||||
"$HOME/.${format}:"
|
||||
+ (lib.makeSearchPath format [
|
||||
"$HOME/.nix-profile/lib"
|
||||
"/run/current-system/sw/lib"
|
||||
"/etc/profiles/per-user/$USER/lib"
|
||||
]);
|
||||
]);
|
||||
in
|
||||
{
|
||||
CLAP_PATH = lib.mkDefault (makePluginPath "clap");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue