mirror of
https://github.com/blahai/nyx.git
synced 2025-02-24 11:48:53 -05:00
8 lines
89 B
Nix
8 lines
89 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
# ./cloudflared.nix
|
|
./vpn.nix
|
|
./pipewire.nix
|
|
];
|
|
}
|