dotfiles/home/features/desktop/chrome.nix
2023-11-04 22:03:22 -05:00

6 lines
100 B
Nix

{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
google-chrome-beta
];
}