devos/profiles/misc/default.nix

9 lines
102 B
Nix
Raw Normal View History

2019-12-16 10:34:29 +01:00
{ ... }:
{
imports = [
./stubby.nix
2019-12-16 10:36:51 +01:00
./adblocking.nix
2019-12-16 10:41:55 +01:00
./make-linux-fast-again.nix
2019-12-16 10:34:29 +01:00
];
}