helix back on git :)
This commit is contained in:
parent
511bb35c30
commit
629ec6abcd
3 changed files with 52 additions and 8 deletions
13
flake.nix
13
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue