mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-17 17:52:29 -05:00
6 lines
104 B
Nix
6 lines
104 B
Nix
{pkgs, ...}: {
|
|
programs.chromium = {
|
|
enable = true;
|
|
package = pkgs.ungoogled-chromium;
|
|
};
|
|
}
|