forked from pub-solar/os
desktop-extended: add ripgrep
This commit is contained in:
parent
ed219015a1
commit
42262449d5
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
in {
|
||||
users.users."${psCfg.user.name}".packages = with pkgs; [
|
||||
|
@ -20,6 +19,7 @@ in {
|
|||
element-desktop
|
||||
|
||||
binutils
|
||||
ripgrep
|
||||
|
||||
# Nix specific utilities
|
||||
alejandra
|
||||
|
|
Loading…
Reference in a new issue