This commit is contained in:
2023-02-18 15:19:04 -05:00
parent 7b53993ae2
commit 20f6f6f51c
6 changed files with 150 additions and 31 deletions

View File

@@ -8,9 +8,10 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix";
};
outputs = { nixpkgs, home-manager, ... }:
outputs = { nixpkgs, home-manager, agenix,... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@@ -24,6 +25,12 @@
# the path to your home.nix.
modules = [
./home.nix
# Add agenix for secret management.
# agenix.nixosModules.age
# {
# environment.systemPackages = [agenix.defaultPackage.${system}];
# }
];
# Optionally use extraSpecialArgs