fixed darwin

This commit is contained in:
2024-02-27 11:14:18 -05:00
parent 30cba6caf1
commit 5c429c360e
2 changed files with 6 additions and 2 deletions

View File

@@ -3,9 +3,13 @@
{
imports =
[ # 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; [
hello
];