hosts/ni: enable browser NixOS profiles

This commit is contained in:
Gabriel Arazas 2023-09-17 13:54:45 +08:00
parent 578bb94828
commit c6a5f32882
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -87,6 +87,10 @@
profiles = {
i18n.enable = true;
archiving.enable = true;
browsers = {
firefox.enable = true;
chromium.enable = true;
};
desktop = {
enable = true;
audio.enable = true;