nix-config/home/programs/web/firefox.nix

12 lines
135 B
Nix
Raw Permalink Normal View History

2025-03-27 14:59:12 +01:00
{
pkgs,
config,
username,
...
}: {
programs.firefox = {
enable = true;
profiles.${username} = {};
};
}