For some reason chromium needs to be a package AND a program...

This commit is contained in:
Evie Litherland-Smith 2023-11-24 08:45:25 +00:00
parent 6e03df701f
commit 6df01496b2

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ chromium ];
programs.chromium = rec {
enable = true;
defaultSearchProviderEnabled = true;