helix: added flake input added initial configuration and enable it on main machine
This commit is contained in:
parent
e69dd5784e
commit
842f7e0182
3 changed files with 125 additions and 29 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue