mirror of
https://github.com/blahai/nyx.git
synced 2025-07-03 02:43:48 -04:00
8 lines
85 B
Nix
8 lines
85 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./vpn.nix
|
|
./pipewire.nix
|
|
./bluetooth.nix
|
|
];
|
|
}
|