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 e69dd5784e
commit 842f7e0182
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
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";