Add local home values

This commit is contained in:
Martin Lasson 2025-01-26 00:30:51 +01:00
parent f0f8aeb7b8
commit 7be365b419

View file

@ -6,7 +6,7 @@
# accordingly, and then commit it.
home = {
# Stub values for demonstration. Override these in local branch.
username = "JohnDoe";
homeDirectory = "/home/johndoe";
username = "larssonmartin1998-mac";
homeDirectory = "/Users/larssonmartin1998-mac";
};
}