reNixos/kyra/environment/systemPackages.nix
s0me1newithhand7s 84c42d92f8 kyra(hardening): getting rid of packages in systemPackages
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:05:49 +03:00

10 lines
178 B
Nix

{pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
# (lib.hiPrio uutils-coreutils-noprefix)
# unless fix
];
enableAllTerminfo = true;
};
}