From 6a063789b9a6998ba4473c22a24b6e2db85563e7 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 13 Dec 2025 15:39:25 +0100 Subject: [PATCH] Added a missing colon --- hosts/common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 24c8b83..55ed2ec 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, username, homeDir, ... } +{ config, pkgs, inputs, username, homeDir, ... }: { home = {