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, ...}: {
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.helix
|
||||
pkgs.comma
|
||||
systemPackages = with pkgs; [
|
||||
# (lib.hiPrio uutils-coreutils-noprefix)
|
||||
# unless fix
|
||||
];
|
||||
|
||||
enableAllTerminfo = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue