Getting this working on macos

This commit is contained in:
Tyler Mayoff 2024-12-04 11:27:18 -05:00
parent ec0f5e8e55
commit 7ed15206d0
3 changed files with 27 additions and 16 deletions

View file

@ -6,8 +6,14 @@
pkgs,
...
}: {
# imports = [../common.nix];
imports = [../common.nix];
home.username =lib.mkForce "tyler.mayoff";
home.homeDirectory = lib.mkForce "/Users/tyler.mayoff";
home.packages = with pkgs; [
];
# home.stateVersion = "23.11";
}