home-manager/private/firefox.nix

10 lines
78 B
Nix

{ ... }:
{
programs = {
firefox = {
enable = true;
};
};
}