1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00
config/modules/darwin/packages.nix
2026-03-11 20:37:50 +01:00

6 lines
164 B
Nix

{ pkgs, ... }: {
homebrew.enable = true;
# homebrew.brews = [ "mole" ];
homebrew.casks = [ "google-chrome" ];
environment.systemPackages = [ pkgs.iina ];
}