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