This commit is contained in:
2025-04-17 19:55:32 -04:00
parent 71528ed396
commit 79c25224b1
13 changed files with 660 additions and 349 deletions

View File

@@ -66,6 +66,10 @@
};
};
nixpkgs.config.packageOverrides = pkgs: {
emacs = pkgs.emacs.override { withNativeCompilation = false; };
};
system.stateVersion = 5;
# fix for this: https://github.com/LnL7/nix-darwin/issues/1346

View File

@@ -22,6 +22,7 @@
../../modules/home-manager/man.nix
../../modules/home-manager/direnv.nix
../../modules/home-manager/spotify-player.nix
../../modules/home-manager/nb.nix
];
home.username = "mthomson";
home.homeDirectory = "/Users/mthomson";