nixfleet/hmModules/chrome/default.nix

7 lines
101 B
Nix

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