feat: add helix master cache
This commit is contained in:
@@ -7,10 +7,7 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
flake-parts.follows = "lux-pkgs/flake-parts";
|
flake-parts.follows = "lux-pkgs/flake-parts";
|
||||||
helix = {
|
helix.url = "github:helix-editor/helix";
|
||||||
url = "github:helix-editor/helix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
|
flake.modules.nixos.helix = {
|
||||||
|
nix.settings = {
|
||||||
|
extra-substituters = [ "https://helix.cachix.org" ];
|
||||||
|
extra-trusted-public-keys = [
|
||||||
|
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.helix =
|
flake.modules.homeManager.helix =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ in
|
|||||||
nixosModules.nix
|
nixosModules.nix
|
||||||
nixosModules.locale-nl
|
nixosModules.locale-nl
|
||||||
nixosModules.sops-password
|
nixosModules.sops-password
|
||||||
|
nixosModules.helix
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|||||||
Reference in New Issue
Block a user