(neodymium/home) add ungoogled-chromium

This commit is contained in:
Laureηt 2023-11-29 15:38:36 +01:00
parent a8a72ffdb6
commit fef75b9b3b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -6,6 +6,7 @@
./packages.nix
./alacritty
./chromium
./firefox
./gtk
./shell