nixos/modules/desktop/browsers/default.nix
2023-09-04 14:18:20 +04:00

7 lines
74 B
Nix

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