use helix from upstream flake
This commit is contained in:
parent
492c1dd859
commit
9b970f0df6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, helix, ... }: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = helix.packages.${pkgs.system}.helix;
|
||||
settings = {
|
||||
theme = "dracula";
|
||||
editor = {
|
||||
|
|
Loading…
Reference in a new issue