Nix fmt rfc style (more or less)
This commit is contained in:
parent
e7496c447a
commit
515f098644
146 changed files with 2607 additions and 906 deletions
|
|
@ -1,12 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
systemLibFolder = "/run/current-system/sw/lib/";
|
||||
userLibFolder =
|
||||
"$HOME/.local/state/nix/profiles/home-manager/home-path/lib";
|
||||
userLibFolder = "$HOME/.local/state/nix/profiles/home-manager/home-path/lib";
|
||||
variables = {
|
||||
DSSI_PATH = "$HOME/.dssi:${userLibFolder}/dssi:${systemLibFolder}/dssi";
|
||||
LADSPA_PATH =
|
||||
"$HOME/.ladspa:${userLibFolder}/ladspa:${systemLibFolder}/ladspa";
|
||||
LADSPA_PATH = "$HOME/.ladspa:${userLibFolder}/ladspa:${systemLibFolder}/ladspa";
|
||||
LV2_PATH = "$HOME/.lv2:${userLibFolder}/lv2:${systemLibFolder}/lv2";
|
||||
LXVST_PATH = "$HOME/.lxvst:${userLibFolder}/lxvst:${systemLibFolder}/lxvst";
|
||||
VST_PATH = "$HOME/.vst:${userLibFolder}/vst:${systemLibFolder}/vst";
|
||||
|
|
@ -16,12 +14,35 @@ in
|
|||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
ardour breeze-icons carla mixxx rnnoise
|
||||
ardour
|
||||
breeze-icons
|
||||
carla
|
||||
mixxx
|
||||
rnnoise
|
||||
#mamba
|
||||
# zrythm
|
||||
|
||||
# Plugins
|
||||
aeolus artyFX autotalent boops calf cardinal fluidsynth geonkick giada lsp-plugins samplv1 sfizz surge surge-XT talentedhack vocproc x42-plugins zita-at1 zyn-fusion zynaddsubfx
|
||||
aeolus
|
||||
artyFX
|
||||
autotalent
|
||||
boops
|
||||
calf
|
||||
cardinal
|
||||
fluidsynth
|
||||
geonkick
|
||||
giada
|
||||
lsp-plugins
|
||||
samplv1
|
||||
sfizz
|
||||
surge
|
||||
surge-XT
|
||||
talentedhack
|
||||
vocproc
|
||||
x42-plugins
|
||||
zita-at1
|
||||
zyn-fusion
|
||||
zynaddsubfx
|
||||
# helm
|
||||
# noise-repellent
|
||||
# speech-denoiser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue