wrappers/helix: use helix from upstream master

This commit is contained in:
Nikodem Rabuliński 2024-04-13 08:56:41 +02:00
parent 9cff5a8612
commit 49ec17b3f4
3 changed files with 92 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, ... }:
{ pkgs, inputs', ... }:
{
programs.helix = {
enable = true;
package = inputs'.helix.packages.default;
settings = {
theme = "base16_default_dark";
editor = {