fixed darwin
This commit is contained in:
parent
30cba6caf1
commit
5c429c360e
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user