reNixos/ada/environment/systemPackages.nix
s0me1newithhand7s ba684620c7 fix(ada): discourse.ubuntu.com/t/an-update-on-rust-coreutils/80773
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:11:59 +03:00

14 lines
305 B
Nix

{pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
# (lib.hiPrio uutils-coreutils-noprefix)
uutils-util-linux
uutils-findutils
uutils-diffutils
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
home-manager
];
};
}