diff --git a/modules/home-environment.nix b/modules/home-environment.nix index bf1f47436..5fd05ab06 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -583,10 +583,6 @@ in assertion = config.home.username != ""; message = "Username could not be determined"; } - { - assertion = config.home.homeDirectory != ""; - message = "Home directory could not be determined"; - } ]; warnings =