mkDefault homedir
This commit is contained in:
parent
b5d19096b9
commit
5f864ea13a
|
@ -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 = [
|
||||||
|
|
Reference in a new issue