mkDefault homedir

This commit is contained in:
Daniel Flanagan 2023-09-03 21:47:56 -05:00
parent b5d19096b9
commit 5f864ea13a

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { { pkgs, lib, ... }: {
# TODO: email access? # TODO: email access?
# accounts.email.accounts = { # accounts.email.accounts = {
# google = { # google = {
@ -7,7 +7,7 @@
# }; # };
home.username = "daniel"; home.username = "daniel";
home.homeDirectory = "/home/daniel/.home"; home.homeDirectory = lib.mkDefault "/home/daniel/.home";
home.stateVersion = "23.05"; home.stateVersion = "23.05";
home.packages = [ home.packages = [