lkajdslkajds
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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''
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user