mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
tweaks to vim paste and git
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user