Add pngpaste from my nixpkgs fork

This commit is contained in:
Sam W 2022-03-09 12:25:03 +00:00
parent 02700c4044
commit 251f1b98a5
1 changed files with 3 additions and 0 deletions

View File

@ -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 = "*";