lkajdslkajds

This commit is contained in:
2026-03-17 22:00:13 +01:00
parent 0b84c5dd81
commit 51c454b252
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
environment.systemPackages = with pkgs; [
pavucontrol # volume and defaults
easyeffects # eq
helvum # patchbay
# helvum # patchbay - removed from nixpkgs
crosspipe # patchbay - TODO: helvum alternative?
# carla # VST patchbay (TODO: move into a DAW profile? Can be used for midi) # TODO: build broken
];

View File

@@ -133,7 +133,7 @@ in
home.shellAliases.fda = "fd --no-ignore --hidden";
home.shellAliases.afd = "fd --no-ignore --hidden";
home.shellAliases.drg = lib.mkIf (config.programs.git.enable && config.programs.git.delta.enable) (
home.shellAliases.drg = lib.mkIf (config.programs.git.enable && config.programs.delta.enable) (
# mkArgsAlias ''rg "$@" --json | delta''
mkArgsAlias ''rg "$@" --json | jq -s 'sort_by(.data.path)|.[]' -c | delta''
);