{ lib, pkgs, inputs, ... }: { imports = [ ./firefox.nix ./bookmarks.nix ./harden.nix ]; config = { programs.firefox = { enable = true; }; }; }