config.nix/modules/internet/default.nix

13 lines
75 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./browser
];
}