From d53f46d2458d987a696bcef4dbd298ddf7f4a42b Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 13 Dec 2025 15:45:13 +0100 Subject: [PATCH] Fixed something --- hosts/macos/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/macos/home.nix b/hosts/macos/home.nix index 6e1d291..61add94 100644 --- a/hosts/macos/home.nix +++ b/hosts/macos/home.nix @@ -7,10 +7,9 @@ let homeDir = "/Users/alex"; }; in -commonHome -{ +commonHome // { # Refer to the nixOS host for info about home-manager - inherit commonHome; + # inherit commonHome; home.stateVersion = "25.11"; # Allow unfree packages