From b5e1c6c608b780f2fb11fb5f6c786500b24150cd Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 13 Dec 2023 17:39:30 +0100 Subject: [PATCH] base: programs: cleanup path --- base/programs.nix | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/base/programs.nix b/base/programs.nix index 60b9f8a..f5667b0 100644 --- a/base/programs.nix +++ b/base/programs.nix @@ -21,12 +21,12 @@ inherit (pkgs) # shell usage - + + bat fd file ripgrep sd - tmux tokei tree wget @@ -34,38 +34,25 @@ pciutils usbutils # development - + + agenix alejandra git git-crypt git-lfs gnumake gnupg - kakoune pinentry-qt python3 vim # terminal utilities - bottom dogdns du-dust htop ldns # drill - tealdeer unzip zip - # nix pkgs lookup - - nix-index - agenix - cachix - ; - - inherit - (pkgs.llvmPackages_16) - bintools - clang ; }; }