From 34b430244dd21d6fb21bf0463190535574d1a1fc Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 4 Apr 2026 23:01:28 +0200 Subject: Pass hostname to home-manager via extraSpecialArgs - Modified mkSystem to create per-host home-manager configuration - Hostname is now explicitly passed via extraSpecialArgs - Home config receives hostname parameter for rice selection --- home/mun/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home') diff --git a/home/mun/default.nix b/home/mun/default.nix index e070fb1..1d0f449 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -1,10 +1,9 @@ { - config, pkgs, + hostname, ... }: let # Hostname-aware rice selection - hostname = config.networking.hostName or "kronos"; riceMap = { herra = ../rices/cassette-futurism; kronos = ../rices/nord-blue; -- cgit v1.2.3