tweaks to vim paste and git

This commit is contained in:
Noah Masur
2022-09-13 23:09:03 -04:00
parent 5648cd29e7
commit 2c0cc201e9
3 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,7 @@
home-manager.useUserPackages = true;
# Allow specified unfree packages (identified elsewhere)
# Retrieves package object based on string name
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) config.unfreePackages;