kyra(hardening): getting rid of packages in systemPackages
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
78a98e891e
commit
84c42d92f8
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue