wrappers/helix: use helix from upstream master
This commit is contained in:
parent
9cff5a8612
commit
49ec17b3f4
3 changed files with 92 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs', ... }:
|
||||
{
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = inputs'.helix.packages.default;
|
||||
settings = {
|
||||
theme = "base16_default_dark";
|
||||
editor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue