From ceee476d3741d52385998a299b4d64e9d417ca5a Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Mon, 29 Dec 2025 14:07:51 +0100 Subject: [PATCH] Fixed a leftover expression in macos --- 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 faa7386..93f7609 100644 --- a/hosts/macos/home.nix +++ b/hosts/macos/home.nix @@ -1,6 +1,6 @@ { config, pkgs, inputs, ... }: -commonHome // { +{ # Refer to the nixOS host for info about home-manager # inherit commonHome;