remove helix from overlay for saving space of remote server

This commit is contained in:
ulic-youthlic 2025-02-27 04:17:36 +08:00
parent bfbd80ea67
commit 680d4ab62f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 2 additions and 14 deletions

View file

@ -2,6 +2,7 @@
lib,
pkgs,
config,
outputs,
...
}:
{
@ -30,6 +31,7 @@
{
programs.helix = lib.mkIf cfg.enable {
enable = true;
package = outputs.packages."${pkgs.system}".helix;
defaultEditor = true;
extraPackages = cfg.extraPackages;
settings =