nyx/modules/nixos/services/default.nix

8 lines
85 B
Nix

{ ... }:
{
imports = [
./vpn.nix
./pipewire.nix
./bluetooth.nix
];
}