This commit is contained in:
mjallen18
2025-07-21 09:18:37 -05:00
parent 608a6ce9b8
commit 4abbd0ef33
5 changed files with 53 additions and 47 deletions

View File

@@ -17,12 +17,12 @@ let
];
in
{
imports = [
../../modules/home/defaults.nix
../../modules/home/git.nix
../../modules/home/shell.nix
../../modules/home/vscode.nix
];
# imports = [
# ../../modules/home/defaults.nix
# ../../modules/home/git.nix
# ../../modules/home/shell.nix
# ../../modules/home/vscode.nix
# ];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = {
@@ -30,7 +30,7 @@ in
homeDirectory = "/Users/mattjallen";
packages = lib.mkForce packages;
sessionVariables = {
NH_DARWIN_FLAKE = "${home.homeDirectory}/nix-config";
NH_DARWIN_FLAKE = "${home.homeDirectory}/nix-config#mac";
};
};