treewide: migration to uutils-{coreutils-no-prefix, diffutils, findutils}

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-13 13:16:43 +03:00
parent 5dab6c5e28
commit b685228bbb
No known key found for this signature in database
2 changed files with 18 additions and 12 deletions

View file

@ -1,12 +1,15 @@
{pkgs, ...}: { {
pkgs,
lib,
...
}: {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
home-manager (lib.hiPrio uutils-coreutils-noprefix)
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland uutils-findutils
nixos-anywhere uutils-diffutils
sbctl home-manager
sops
]; ];
}; };
} }

View file

@ -1,12 +1,15 @@
{pkgs, ...}: { {
pkgs,
lib,
...
}: {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
home-manager (lib.hiPrio uutils-coreutils-noprefix)
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland uutils-findutils
nixos-anywhere uutils-diffutils
sbctl home-manager
sops
]; ];
}; };
} }