From a91d121a832e793774fd045315647887155cc19a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 11 Jul 2024 23:07:40 +0200 Subject: [PATCH] cli-packages: Add comma --- home/packages/cli/shared.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/packages/cli/shared.nix b/home/packages/cli/shared.nix index ad44e8a..c3bc4bd 100644 --- a/home/packages/cli/shared.nix +++ b/home/packages/cli/shared.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{pkgs, ...}: { home.packages = with pkgs; [ fzf # fuzzy finder jq # JSON processor @@ -25,6 +25,7 @@ p7zip # 7zip fork with some improvements e2fsprogs # tools for creating and checking ext filesystems lsof # list open files + comma # Run programs without installing them (convenient nix-index + nix-shell + nix-locate) # Rust replacements procs # better ps