mirror of
https://github.com/blahai/nyx.git
synced 2025-07-01 18:24:22 -04:00
9 lines
105 B
Nix
9 lines
105 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./vpn.nix
|
|
./pipewire.nix
|
|
./bluetooth.nix
|
|
./tailscale.nix
|
|
];
|
|
}
|