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

6 lines
59 B
Nix

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