mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
add real chrome
This commit is contained in:
parent
7fd856a54e
commit
8a896eb5b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.chromium;
|
||||
package = pkgs.google-chrome;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue