nixos/modules/desktop/browsers/default.nix

6 lines
59 B
Nix

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