this repo has no description
nix
at main 7 lines 104 B view raw
1{ 2 programs.google-chrome = { 3 darwin = { 4 homebrew.casks = [ "google-chrome" ]; 5 }; 6 }; 7}