use helix from upstream flake

This commit is contained in:
Adithya 2024-05-12 14:51:37 +05:30
parent 492c1dd859
commit 9b970f0df6
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
{ pkgs, helix, ... }: {
programs.helix = {
enable = true;
package = helix.packages.${pkgs.system}.helix;
settings = {
theme = "dracula";
editor = {