From 1446a413c389ddb5cbe96f5801ef13e900202ffb Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 29 Mar 2026 16:24:16 +0300 Subject: [PATCH] style expand inputs to multi line --- home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index aa73507..118ad36 100644 --- a/home.nix +++ b/home.nix @@ -1,5 +1,8 @@ -{ config, pkgs, ... }: - +{ + config, + pkgs, + ... +}: { home.username = "yisroel"; home.homeDirectory = "/home/yisroel";