try helix

This commit is contained in:
cy 2025-03-20 11:03:22 -04:00
parent 02dc7351ef
commit dd22f7a41c
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 58 additions and 1 deletions

View file

@ -92,6 +92,11 @@
flake-utils.follows = "flake-utils";
};
};
helix = {
url = "github:helix-editor/helix";
inputs.flake-utils.follows = "flake-utils";
inputs.rust-overlay.follows = "rust-overlay";
};
nvim-github-theme = {
url = "github:projekt0n/github-nvim-theme";