added required program

This commit is contained in:
Nickiel12 2023-09-21 11:23:37 -07:00
parent b5fe8d4923
commit 1acf609dad

View file

@ -6,6 +6,8 @@ in
home.packages = with pkgs; [
# Required clipboard provider
xclip
# Required for find in file
ripgrep
];
programs.nixvim = {