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