kyra(hardening): getting rid of packages in systemPackages

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:37:06 +03:00
parent 78a98e891e
commit 84c42d92f8

View file

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