nixos/modules/desktop/browsers/default.nix

8 lines
84 B
Nix

{
imports = [
./qutebrowser
./firefox
./ungoogled-chromium
];
}