forked from pub-solar/os
desktop-extended: add ripgrep
This commit is contained in:
parent
ed219015a1
commit
42262449d5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue