Skip to content

Commit 69e2e85

Browse files
committed
feat(reaper/jsfx/chkhld): init; add telephone, signal crusher
1 parent 8bf8c15 commit 69e2e85

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

flake.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,14 @@
3636
reascripts.url = "github:ReaTeam/ReaScripts";
3737
reascripts.flake = false;
3838

39+
# === REAPER JSFX repos ===
3940
mrtnvgr-jsfx.url = "github:mrtnvgr/jsfx";
4041
mrtnvgr-jsfx.flake = false;
4142

43+
chkhld-jsfx.url = "github:chkhld/jsfx";
44+
chkhld-jsfx.flake = false;
45+
# =========================
46+
4247
catppuccin-renoise.url = "github:catppuccin/renoise";
4348
catppuccin-renoise.flake = false;
4449
};

modules/desktop/audio/daws/reaper/jsfx.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
in {
66
home-manager.users.${user} = lib.mkIf cfg.enable {
77
home.file."${jsfx}/mrtnvgr".source = inputs.mrtnvgr-jsfx;
8+
9+
home.file."${jsfx}/chkhld/signal_crusher.jsfx".source = "${inputs.chkhld-jsfx}/Lo-Fi/signal_crusher.jsfx";
10+
home.file."${jsfx}/chkhld/telephone.jsfx".source = "${inputs.chkhld-jsfx}/Lo-Fi/telephone.jsfx";
811
};
912
}

0 commit comments

Comments
 (0)