Files
nix-config/systems/modules/audacity.nix

8 lines
90 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
audacity
];
}