mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
8 lines
82 B
Nix
8 lines
82 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.pipewire = {
|
|
# For LMMS:
|
|
jack.enable = true;
|
|
};
|
|
} |