14 lines
228 B
Nix
14 lines
228 B
Nix
{ lib, config, pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
easyeffects
|
|
helvum
|
|
|
|
# https://nixpk.gs/pr-tracker.html?pr=290037
|
|
# Waiting for this ^
|
|
# musescore
|
|
audacity
|
|
|
|
tidal-hifi
|
|
];
|
|
}
|