diff --git a/home/macs.nix b/home/macs.nix index e04fb2f..84b229a 100644 --- a/home/macs.nix +++ b/home/macs.nix @@ -1,4 +1,7 @@ { pkgs, lib, ... }: { + # Mac specific packages. + # TODO: have this in a central packages place rather than here + home.packages = with pkgs; [ pngpaste ]; # Use secretive for SSH agent programs.ssh.matchBlocks.all = lib.mkIf pkgs.stdenv.isDarwin { host = "*";