CrOS/home/crow/common/optional/browsers/default.nix
2025-06-25 10:46:12 -04:00

6 lines
58 B
Nix

{
imports = [
./firefox.nix
./chrome.nix
];
}