mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-02-16 04:06:14 +00:00
x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user