remove helix from overlay for saving space of remote server
This commit is contained in:
parent
bfbd80ea67
commit
680d4ab62f
4 changed files with 2 additions and 14 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue