Added Carla and enable audio
This commit is contained in:
parent
d72ecc6b27
commit
65b480a007
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue