From c56f1609ee8b126f7b5dbb4be21697d24c644023 Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Sat, 15 Jun 2024 14:27:23 -0700 Subject: [PATCH] add some music shit --- nix/nixos-modules/astral/users/default.nix | 1 + nix/nixos-modules/roles/pc.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/nix/nixos-modules/astral/users/default.nix b/nix/nixos-modules/astral/users/default.nix index 2617eb54..6d8012f8 100644 --- a/nix/nixos-modules/astral/users/default.nix +++ b/nix/nixos-modules/astral/users/default.nix @@ -58,6 +58,7 @@ in { "dnsmasq-extra-hosts" "docker" "i2c" + "jackaudio" "libvirtd" "lpadmin" "lxd" diff --git a/nix/nixos-modules/roles/pc.nix b/nix/nixos-modules/roles/pc.nix index c66ef92f..feaa5a69 100644 --- a/nix/nixos-modules/roles/pc.nix +++ b/nix/nixos-modules/roles/pc.nix @@ -77,6 +77,8 @@ in { android-tools binwalk calibre + carla + drumgizmo dasel ffmpeg lutris @@ -156,6 +158,7 @@ in { enable = true; support32Bit = true; }; + jack.enable = true; pulse.enable = true; };