helix: added flake input added initial configuration and enable it on main machine

This commit is contained in:
Christoph Hollizeck 2024-10-10 21:33:30 +02:00
parent 052e160f81
commit 0e3129d26c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
3 changed files with 125 additions and 29 deletions

View file

@ -55,6 +55,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
};
# GPG default configuration
gpg-base-conf = {
url = "github:drduh/config";