Skip to content

Instantly share code, notes, and snippets.

View mctrxw's full-sized avatar
❄️
writing nix config

azikx mctrxw

❄️
writing nix config
View GitHub Profile
@mctrxw
mctrxw / microphone.json
Last active September 6, 2025 10:16
easyeffects configs
{
"input": {
"blocklist": [],
"compressor#0": {
"attack": 2.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"bypass": false,
"dry": -100.0,
"hpf-frequency": 10.0,
@mctrxw
mctrxw / default.nix
Last active December 31, 2024 12:18
beatprints
{
lib,
python3,
callPackage,
fetchFromGitHub,
}:
python3.pkgs.buildPythonApplication rec {
pname = "beat-prints";
version = "1.0.5";