darwin updates

This commit is contained in:
mjallen18
2025-10-23 20:33:53 -05:00
parent b77f2a3c45
commit 57c5926dac
7 changed files with 55 additions and 119 deletions

View File

@@ -31,7 +31,7 @@ in
homeDirectory = "/Users/mattjallen";
packages = lib.mkForce packages;
sessionVariables = {
NH_DARWIN_FLAKE = "${home.homeDirectory}/nix-config";
NH_DARWIN_FLAKE = lib.mkForce "/Users/mattjallen/nix-config";
};
};
@@ -49,7 +49,7 @@ in
mangohud.enable = lib.mkForce false;
nh = {
flake = "${home.homeDirectory}/nix-config";
flake = lib.mkForce "/Users/mattjallen/nix-config";
};
};