nixos/system/home/browser/default.nix

9 lines
87 B
Nix

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