chore: update darwin's home configs

This commit is contained in:
Ryan Yin
2024-05-11 17:05:28 +08:00
parent 2a841a5a32
commit 7bd264fee9
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
{myvars, ...}: {
home.homeDirectory = "/Users/${myvars.username}";
}

View File

@@ -1,4 +1,9 @@
{mylib, ...}: {
{
mylib,
myvars,
...
}: {
home.homeDirectory = "/Users/${myvars.username}";
imports =
(mylib.scanPaths ./.)
++ [