install ungoogled chromium by default

This commit is contained in:
Noa Aarts 2025-09-18 11:15:38 +02:00
parent 9bf3474ba2
commit 10dcd29a94
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 9 additions and 5 deletions

View file

@ -376,6 +376,10 @@ in
};
programs = {
chromium = {
enable = true;
package = pkgs.ungoogled-chromium;
};
# wowa, I can set btop settings from here???
btop = {
enable = true;