nixos/modules/desktop/browsers/default.nix

7 lines
59 B
Nix
Raw Normal View History

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