From cedf87698c3bd259fb48809d7e4c7d601a84f13a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:13:04 +0200 Subject: [PATCH] edit home src Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- hosts/laptop/secrets/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/secrets/default.nix b/hosts/laptop/secrets/default.nix index 6199cbe..3b286eb 100644 --- a/hosts/laptop/secrets/default.nix +++ b/hosts/laptop/secrets/default.nix @@ -1,11 +1,12 @@ # Those are my secrets, encrypted with sops # You shouldn't import this file, unless you edit it { - pkgs, inputs, + pkgs, + config, ... }: let - inherit (inputs.home-manager.lib) home; + home = config.home.homeDirectory; in { imports = [inputs.sops-nix.homeManagerModules.sops];