nix-config/nixos/_mixins/desktop/google-chrome.nix

6 lines
95 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }: {
environment.systemPackages = with pkgs.unstable; [
google-chrome
];
}