nix-config/modules/nix/browser/default.nix
smayzy 27bc4cf9a4
All checks were successful
nix flake show / show-flake (push) Successful in 32s
add chromium and android toolkit
2025-07-30 11:40:34 +02:00

10 lines
106 B
Nix

{ ... }:
{
imports = [
./firefox.nix
./floorp.nix
./librewolf.nix
./chromium.nix
];
}