{ config, pkgs, ... }: { programs.firefox = { enable = true; profiles.hertog = { isDefault = true; name = "Hertog"; path = "/home/hertog/.mozilla/firefox/7p5jc0z4.default"; }; }; }