From f760dd68f9c8590bd9fa80132e9d4f3eaf9f1b21 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 8 Mar 2024 20:01:23 -0800 Subject: add documentation to readme --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ce76894..e8739d4 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; wallpapers.url = "github:ret2pop/wallpapers"; + sops-nix.url = "github:Mic92/sops-nix"; }; - outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, ... }@attrs: { + outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, sops-nix, ... }@attrs: { nixosConfigurations = { continuity = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; -- cgit