From 7bd264fee9a43b813afa3f3e306ef5b5fc845bbf Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 11 May 2024 17:05:28 +0800 Subject: [PATCH] chore: update darwin's home configs --- home/darwin/core.nix | 3 --- home/darwin/default.nix | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 home/darwin/core.nix diff --git a/home/darwin/core.nix b/home/darwin/core.nix deleted file mode 100644 index 97723492..00000000 --- a/home/darwin/core.nix +++ /dev/null @@ -1,3 +0,0 @@ -{myvars, ...}: { - home.homeDirectory = "/Users/${myvars.username}"; -} diff --git a/home/darwin/default.nix b/home/darwin/default.nix index 1c8518de..39d89108 100644 --- a/home/darwin/default.nix +++ b/home/darwin/default.nix @@ -1,4 +1,9 @@ -{mylib, ...}: { +{ + mylib, + myvars, + ... +}: { + home.homeDirectory = "/Users/${myvars.username}"; imports = (mylib.scanPaths ./.) ++ [