enable ungoogled chromium

This commit is contained in:
Adithya 2023-07-15 12:47:17 +05:30
parent 6b8828a028
commit 95abd02b9b
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 7 additions and 0 deletions

6
home/programs/chrome.nix Normal file
View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.chromium = {
enable = true;
package = pkgs.ungoogled-chromium;
};
}

View file

@ -3,6 +3,7 @@
./aria2.nix
./bat.nix
./btop.nix
./chrome.nix
./direnv.nix
./exa.nix
./git.nix