programs: fix git/rg not having config

This commit is contained in:
Colin 2023-04-24 09:40:09 +00:00
parent 5c8cca6a52
commit 2fa76836b5

View File

@ -100,6 +100,7 @@ let
fwupd fwupd
gh # MS GitHub cli gh # MS GitHub cli
ghostscript # TODO: imagemagick wrapper should add gs to PATH ghostscript # TODO: imagemagick wrapper should add gs to PATH
git # needed as a user package, for config.
gnupg gnupg
gocryptfs gocryptfs
gopass gopass
@ -122,6 +123,7 @@ let
# ponymix # ponymix
pulsemixer pulsemixer
python3 python3
ripgrep # needed as a user package, for config.
rsync rsync
# python3Packages.eyeD3 # music tagging # python3Packages.eyeD3 # music tagging
sane-scripts sane-scripts
@ -244,9 +246,9 @@ let
}; };
# define -- but don't enable -- the packages in some attrset. # define -- but don't enable -- the packages in some attrset.
# use `mkDefault` for the package here so we can customize some of them further down this file
declarePkgs = pkgsAsAttrs: mapAttrs (_n: p: { declarePkgs = pkgsAsAttrs: mapAttrs (_n: p: {
package = mkDefault p; # no need to actually define the package here: it's defaulted
# package = mkDefault p;
}) pkgsAsAttrs; }) pkgsAsAttrs;
in in
{ {