Added Carla and enable audio

This commit is contained in:
Jan-Bulthuis 2025-04-16 17:15:33 +02:00
parent d72ecc6b27
commit 65b480a007
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
# Enabled modules # Enabled modules
modules = { modules = {
pipewire.enable = true;
}; };
# Hardware configuration # Hardware configuration
@ -57,6 +58,11 @@
} }
]; ];
# Install system packages
environment.systemPackages = with pkgs; [
carla
];
# User for audio mixing # User for audio mixing
users.users.mixer = { users.users.mixer = {
isNormalUser = true; isNormalUser = true;