config.nix/modules/internet/browser/default.nix

13 lines
102 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./librewolf.nix
./zen-browser.nix
];
}