feat: Added chromium

This commit is contained in:
uttarayan21
2025-03-29 11:49:39 +05:30
parent 8fcc187e14
commit 8218f96532
4 changed files with 27 additions and 1 deletions

View File

@@ -52,6 +52,6 @@
};
};
in {
programs.librewolf = config;
programs.librewolf = config // {package = pkgs.firefox-nightly;};
programs.firefox = config;
}