cornflake/home-manager/firefox.nix

6 lines
45 B
Nix

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