nix-config/modules/nix/browser/default.nix
2025-07-08 17:39:23 +02:00

7 lines
69 B
Nix

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