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 = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = helix.packages.${pkgs.system}.helix;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dracula";
|
theme = "dracula";
|
||||||
editor = {
|
editor = {
|
||||||
|
|
Loading…
Reference in a new issue