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";