NixToSee/modules/software/browser/default.nix

7 lines
79 B
Nix

{...}: {
imports = [
./brave.nix
./firefox.nix
./nyxt.nix
];
}