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 bfcc79bed7
commit 1073297f5a
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";