nixos-config/home/browsers/default.nix

9 lines
84 B
Nix

{ config, pkgs, ... }:
{
imports = [
./firefox.nix
./chromium.nix
];
}