diff --git a/os/linux/nix/daniel.nix b/os/linux/nix/daniel.nix index d22aad0..1914e86 100644 --- a/os/linux/nix/daniel.nix +++ b/os/linux/nix/daniel.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ pkgs, lib, ... }: { # TODO: email access? # accounts.email.accounts = { # google = { @@ -7,7 +7,7 @@ # }; home.username = "daniel"; - home.homeDirectory = "/home/daniel/.home"; + home.homeDirectory = lib.mkDefault "/home/daniel/.home"; home.stateVersion = "23.05"; home.packages = [