mkDefault homedir

This commit is contained in:
Daniel Flanagan 2023-09-03 21:47:56 -05:00
parent b5d19096b9
commit 5f864ea13a
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [