install ungoogled chromium by default
This commit is contained in:
parent
9bf3474ba2
commit
10dcd29a94
3 changed files with 9 additions and 5 deletions
|
|
@ -376,6 +376,10 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
};
|
||||
# wowa, I can set btop settings from here???
|
||||
btop = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue