Manage secrets with sops
This commit is contained in:
parent
7c274b4b43
commit
7071992ee6
5 changed files with 61 additions and 2 deletions
|
|
@ -17,6 +17,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
emacsConfig = {
|
||||
url = "path:./flakes/emacs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -38,6 +43,7 @@
|
|||
extraHomeManagerModules = [
|
||||
inputs.emacsConfig.homeManagerModules.aarch64-darwin
|
||||
inputs.pi.homeManagerModules.default
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
({ lib, pkgs, ... }: {
|
||||
programs.pi.coding-agent.package =
|
||||
lib.lowPrio inputs.pi.packages.${pkgs.system}.coding-agent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue