mirror of https://github.com/wlcx/home.git
Add pngpaste from my nixpkgs fork
This commit is contained in:
parent
02700c4044
commit
251f1b98a5
|
@ -1,4 +1,7 @@
|
||||||
{ pkgs, lib, ... }: {
|
{ 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
|
# Use secretive for SSH agent
|
||||||
programs.ssh.matchBlocks.all = lib.mkIf pkgs.stdenv.isDarwin {
|
programs.ssh.matchBlocks.all = lib.mkIf pkgs.stdenv.isDarwin {
|
||||||
host = "*";
|
host = "*";
|
||||||
|
|
Loading…
Reference in New Issue