For some reason chromium needs to be a package AND a program...
This commit is contained in:
parent
6e03df701f
commit
6df01496b2
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ chromium ];
|
||||
programs.chromium = rec {
|
||||
enable = true;
|
||||
defaultSearchProviderEnabled = true;
|
||||
|
|
Loading…
Reference in a new issue