nixfleet/hmModules/chrome/default.nix

6 lines
99 B
Nix

{pkgs, ...}: {
programs.chromium = {
enable = true;
package = pkgs.google-chrome;
};
}