{ self, inputs, ... }: { flake.nixosModules.audioProduction = { pkgs, lib, ... }: { musnix.enable = true; services.systembus-notify.enable = true; security.pam.loginLimits = [ { domain = "dk"; item = "nofile"; type = "hard"; value = "524288"; } ]; users.users.dk.extraGroups = [ "audio" ]; environment.systemPackages = with pkgs; [ neural-amp-modeler-lv2 x42-plugins helm cardinal qjackctl reaper ]; }; }