1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

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

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