summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/audio/realtime-audio.nix
blob: d9709e4b7fa6a7ed9c9b61a5a67d9a4f9b788646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, pkgs, ... }:
let
  user = config.makefu.gui.user;
in
{
  imports = [
    ../sources/musnix.nix # populate musnix
    <musnix>
  ];
  musnix.enable = true;
  users.users."${user}".extraGroups = [ "audio" ];
}