Add sops-nix for secret management

This commit is contained in:
Julia Lange 2024-04-07 00:33:49 -07:00
parent 5fe7efc5a2
commit ed2a7f94cf
5 changed files with 86 additions and 73 deletions

View file

@ -7,6 +7,7 @@
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
sops-nix.url = "github:Mic92/sops-nix";
};
outputs = { self, nixpkgs, hyprland, aagl, sops-nix, ... }@inputs: