nixos/modules/desktop/browsers/default.nix
2023-09-03 20:10:40 +04:00

8 lines
74 B
Nix

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