nixos-config/modules/home/chromium/default.nix

6 lines
67 B
Nix
Raw Normal View History

2023-11-05 11:40:44 +01:00
{ pkgs, ... }: {
programs.chromium = {
enable = true;
};
}