nix-dotfiles/home/programs/firefox.nix

10 lines
110 B
Nix

{ ... }:
{
programs.firefox = {
enable = true;
profiles.h7x4 = {
settings = {};
};
};
}