dotfiles/home/features/desktop/chrome.nix

6 lines
100 B
Nix
Raw Normal View History

2023-11-05 03:03:22 +00:00
{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
google-chrome-beta
];
}