1

feat: add chromium for uni

This commit is contained in:
Himadri Bhattacharjee
2025-01-19 07:46:31 +05:30
parent 4c74446af2
commit 05907a3355

View File

@@ -1,4 +1,5 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
programs.librewolf = {
enable = true;
settings = {
@@ -9,5 +10,6 @@
home.packages = with pkgs; [
tor-browser-bundle-bin
ungoogled-chromium
];
}