From 6f3a5d2f609e79a8e905920c44a84cee252c06f0 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Mon, 8 Jul 2024 19:17:46 -0700 Subject: [PATCH] sops-nix input added --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 12fa7d2..bb726cb 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + sops-nix = { + url = "github:mic92/sops-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + fish_theme = { url = "git+https://git.zynh.me/Zynh0722/omf-theme"; flake = false;