From 4f2bb588ac32056f8eb6d470cd6f07f8936fae31 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 27 Aug 2025 18:05:21 +0530 Subject: chore(common): drop hostname from age key path --- os/common/modules/home-manager.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/common/modules') diff --git a/os/common/modules/home-manager.nix b/os/common/modules/home-manager.nix index d93df49..8212747 100644 --- a/os/common/modules/home-manager.nix +++ b/os/common/modules/home-manager.nix @@ -12,7 +12,8 @@ in { imports = [ ../../../home/common/home.nix - ] ++ lib.optional (builtins.pathExists ../../../home/${host}) ../../../home/${host}/home.nix; + ] + ++ lib.optional (builtins.pathExists ../../../home/${host}) ../../../home/${host}/home.nix; }; }; } -- cgit v1.2.3