Added Carla and enable audio
This commit is contained in:
parent
d72ecc6b27
commit
65b480a007
|
@ -17,6 +17,7 @@
|
|||
|
||||
# Enabled modules
|
||||
modules = {
|
||||
pipewire.enable = true;
|
||||
};
|
||||
|
||||
# Hardware configuration
|
||||
|
@ -57,6 +58,11 @@
|
|||
}
|
||||
];
|
||||
|
||||
# Install system packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
carla
|
||||
];
|
||||
|
||||
# User for audio mixing
|
||||
users.users.mixer = {
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Reference in New Issue