From 152b7248c55c87963e5875e868560ded8203468f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 24 Jul 2023 17:45:51 +0800 Subject: [PATCH] config: add sops-nix home-manager module --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 907d3998..066ef2c2 100644 --- a/flake.nix +++ b/flake.nix @@ -242,7 +242,10 @@ # configurations with `nixpkgs.useGlobalPkgs` set to `true` so avoid # setting nixpkgs-related options here. userSharedConfig = { pkgs, config, ... }: { - imports = [ inputs.nur.hmModules.nur ]; + imports = [ + inputs.nur.hmModules.nur + inputs.sops-nix.homeManagerModules.sops + ]; # Hardcoding this is not really great especially if you consider using # other locales but its default values are already hardcoded so what