helix back on git :)

This commit is contained in:
Tao Tien 2025-09-10 12:55:40 -07:00
parent 511bb35c30
commit 629ec6abcd
3 changed files with 52 additions and 8 deletions

View file

@ -19,10 +19,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# helix = {
# url = "github:mattwparas/helix/steel-event-system";
# inputs.nixpkgs.follows = "nixpkgs";
# };
helix = {
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
@ -33,11 +33,11 @@
nixConfig = {
extra-substituters = [
# "https://helix.cachix.org/"
"https://helix.cachix.org/"
"https://devenv.cachix.org"
];
extra-trusted-public-keys = [
# "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
];
};
@ -54,6 +54,7 @@
home-manager,
zen-browser,
lsfg-vk-flake,
helix,
...
} @ inputs: {
nixosConfigurations = {