mirror of
https://github.com/blahai/nyx.git
synced 2025-06-29 06:14:24 -04:00
8 lines
85 B
Nix
8 lines
85 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./vpn.nix
|
|
./pipewire.nix
|
|
./bluetooth.nix
|
|
];
|
|
}
|