feat: init sops-nix config

This commit is contained in:
ooks-io 2024-02-13 19:17:48 +13:00
parent e0f46323bc
commit 397186558a
9 changed files with 139 additions and 1 deletions

View file

@ -10,6 +10,11 @@
nix-colors.url = "github:misterio77/nix-colors";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";