ark/profiles/misc/default.nix

8 lines
70 B
Nix
Raw Normal View History

2019-12-16 12:34:29 +03:00
{ ... }:
{
imports = [
./stubby.nix
2019-12-16 12:36:51 +03:00
./adblocking.nix
2019-12-16 12:34:29 +03:00
];
}