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:
parent
02700c4044
commit
251f1b98a5
@ -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 = "*";
|
||||
|
Loading…
x
Reference in New Issue
Block a user