FrameworkNix/programs/firefox.nix

12 lines
193 B
Nix
Raw Normal View History

2024-02-19 23:19:01 +00:00
{
programs.firefox = {
enable = true;
profiles.hertog = {
isDefault = true;
name = "Hertog";
path = "/home/hertog/.mozilla/firefox/7p5jc0z4.default";
};
};
}