nix-config/modules/home-manager/desktop/browsers/default.nix

6 lines
63 B
Nix

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