10 lines
115 B
Nix
10 lines
115 B
Nix
{ config, lib, pkgs, ... }: {
|
|
# sound.enable = true;
|
|
|
|
imports = [
|
|
./pipewire.nix
|
|
./easyeffects
|
|
];
|
|
|
|
|
|
} |