edit home src

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-18 01:13:04 +02:00
parent 52561cf335
commit cedf87698c
+3 -2
View File
@@ -1,11 +1,12 @@
# Those are my secrets, encrypted with sops # Those are my secrets, encrypted with sops
# You shouldn't import this file, unless you edit it # You shouldn't import this file, unless you edit it
{ {
pkgs,
inputs, inputs,
pkgs,
config,
... ...
}: let }: let
inherit (inputs.home-manager.lib) home; home = config.home.homeDirectory;
in { in {
imports = [inputs.sops-nix.homeManagerModules.sops]; imports = [inputs.sops-nix.homeManagerModules.sops];