feat(helix): switch to git version
This commit is contained in:
parent
ef0660fdf6
commit
9afc2612c2
3 changed files with 50 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue