packages: repopack -> repomix

This commit is contained in:
ooks-io 2025-01-17 23:05:05 +11:00
parent 887507a022
commit f10661f33f
3 changed files with 11 additions and 19 deletions

View file

@ -15,32 +15,26 @@ in {
inherit
(pkgs)
bc # Calculator
# file utility
duf
du-dust
fd
ripgrep
# archive
zip
unzip
unrar
# file transfer
rsync
wget
httpie # Better curl
# resource manager
powertop
#shell scripting
gum
# audio ctrl
pamixer
diffsitter # Better diff
jq # JSON pretty printer and manipulator
@ -49,15 +43,13 @@ in {
killall
acpi
# Notifications
libnotify
# Nix tooling
alejandra
;
#AI
inherit (self'.packages) repopack;
inherit (self'.packages) repomix;
};
};
}