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

7 lines
63 B
Nix
Raw Normal View History

2025-04-23 23:05:45 +01:00
{
imports = [
./firefox.nix
./qutebrowser.nix
];
}