nyx/modules/nixos/services/default.nix

9 lines
85 B
Nix
Raw Normal View History

2024-10-25 13:45:25 +00:00
{ ... }:
{
imports = [
2024-10-26 16:56:46 +00:00
./vpn.nix
2024-10-28 11:27:39 +00:00
./pipewire.nix
2024-11-15 16:40:31 +00:00
./bluetooth.nix
2024-10-25 13:45:25 +00:00
];
}