nixos/home/gui/chromium-wayland.nix

6 lines
78 B
Nix

{ ... }:
{
imports = [ ./common.nix ];
programs.chromium.enable = true;
}