From 8eb9089a591a5437706bd8090885989ff096d667 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Mon, 29 Dec 2025 14:12:27 +0100 Subject: [PATCH] Added a missing import --- hosts/macos/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/macos/home.nix b/hosts/macos/home.nix index 93f7609..09c09c0 100644 --- a/hosts/macos/home.nix +++ b/hosts/macos/home.nix @@ -2,7 +2,9 @@ { # Refer to the nixOS host for info about home-manager - # inherit commonHome; + imports = [ + ../common/home.nix + ]; home.stateVersion = "25.11"; # Allow unfree packages