fixed darwin

This commit is contained in:
Michael Thomson 2024-02-27 11:14:18 -05:00
parent 30cba6caf1
commit 5c429c360e
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -3,9 +3,13 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
inputs.home-manager.nixosModules.default inputs.home-manager.darwinModules.default
]; ];
users.users.mthomson = {
home = "/Users/mthomson";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
hello hello
]; ];

View File

@ -5,7 +5,7 @@
../../modules/home-manager/wezterm ../../modules/home-manager/wezterm
]; ];
home.username = "mthomson"; home.username = "mthomson";
home.homeDirectory = "/Users/mthomson"; #home.homeDirectory = "/Users/mthomson";
home.stateVersion = "23.11"; home.stateVersion = "23.11";
home.packages = with pkgs; [ home.packages = with pkgs; [