install ripgrep

This commit is contained in:
nixos 2023-09-02 20:53:16 +02:00
parent d0c6c5eb45
commit 64c4e59085
2 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,7 @@ in
curl curl
git git
btop btop
ripgrep
]; ];
gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ]; gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ];
}; };

View file

@ -5,6 +5,8 @@
username = "pim"; username = "pim";
homeDirectory = "/home/pim"; homeDirectory = "/home/pim";
stateVersion = stateVersion; stateVersion = stateVersion;
packages = with pkgs; [];
}; };
programs = { programs = {