desktop-extended: add ripgrep

This commit is contained in:
teutat3s 2024-05-12 18:12:05 +02:00
parent ed219015a1
commit 42262449d5
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,10 +1,9 @@
{ {
lib,
config, config,
pkgs, pkgs,
... ...
}: }:
with lib; let let
psCfg = config.pub-solar; psCfg = config.pub-solar;
in { in {
users.users."${psCfg.user.name}".packages = with pkgs; [ users.users."${psCfg.user.name}".packages = with pkgs; [
@ -20,6 +19,7 @@ in {
element-desktop element-desktop
binutils binutils
ripgrep
# Nix specific utilities # Nix specific utilities
alejandra alejandra