feat(helix): switch to git version

This commit is contained in:
Moritz Böhme 2025-05-29 13:19:57 +02:00
parent ef0660fdf6
commit 9afc2612c2
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 50 additions and 0 deletions

View file

@ -139,6 +139,9 @@
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
nixvim.url = "github:nix-community/nixvim";
# Helix
helix.url = "github:helix-editor/helix";
# Laptop
asus-touchpad-numpad-driver.url = "github:MoritzBoehme/asus-touchpad-numpad-driver/german-layout";
asus-touchpad-numpad-driver.flake = false;
@ -159,6 +162,7 @@
flake-utils.inputs.systems.follows = "systems";
git-hooks.inputs.flake-compat.follows = "flake-compat";
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
helix.inputs.nixpkgs.follows = "nixpkgs";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
jovian.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.inputs.flake-compat.follows = "flake-compat";