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