7 lines
104 B
Nix
7 lines
104 B
Nix
{pkgs, ...}: {
|
|
programs.chromium = {
|
|
enable = true;
|
|
package = pkgs.ungoogled-chromium;
|
|
};
|
|
}
|