1
Fork 0

Add Musnix and enable JACK.

This commit is contained in:
Bauke 2024-02-20 17:56:38 +01:00
parent d772b85182
commit e118251bb2
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
{ {
imports = [ imports = [
<musnix>
./hardware-configuration.nix # Created by nixos-generate-config. ./hardware-configuration.nix # Created by nixos-generate-config.
./packages.nix ./packages.nix
./programs-services.nix ./programs-services.nix
@ -11,6 +12,8 @@
./users.nix ./users.nix
]; ];
musnix.enable = true;
nix = { nix = {
settings.experimental-features = [ "flakes" "nix-command" ]; settings.experimental-features = [ "flakes" "nix-command" ];
}; };

View File

@ -35,6 +35,7 @@
alsa.support32Bit = true; alsa.support32Bit = true;
enable = true; enable = true;
pulse.enable = true; pulse.enable = true;
jack.enable = true;
}; };
usbmuxd.enable = true; usbmuxd.enable = true;