fixed darwin
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user