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, ...}: { {pkgs, ...}: {
environment = { environment = {
systemPackages = [ systemPackages = with pkgs; [
pkgs.helix # (lib.hiPrio uutils-coreutils-noprefix)
pkgs.comma # unless fix
]; ];
enableAllTerminfo = true; enableAllTerminfo = true;