From fa16743a14855b2997152a7618267ef2da58172a Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 13 Dec 2025 15:34:05 +0100 Subject: [PATCH] Fixed a missing import --- hosts/macos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/macos/home.nix b/hosts/macos/home.nix index 2561936..e8cf9f4 100644 --- a/hosts/macos/home.nix +++ b/hosts/macos/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: let commonHome = import ../common/home.nix {