Add Me-Emacs to Laptop
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
};
|
};
|
||||||
me-emacs-overlay = (final: prev: {
|
me-emacs-overlay = (final: prev: {
|
||||||
me-emacs = me-emacs.packages."x86_64-linux".emacs;
|
me-emacs = me-emacs.packages."x86_64-linux".emacs;
|
||||||
|
# Will in future be macports based
|
||||||
|
mac-emacs = me-emacs.packages."aarch64-darwin".emacs;
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
@@ -62,6 +64,9 @@
|
|||||||
specialArgs = attrs;
|
specialArgs = attrs;
|
||||||
modules = [
|
modules = [
|
||||||
./machines/universeair/configuration.nix
|
./machines/universeair/configuration.nix
|
||||||
|
({ config, pkgs, ... }: {
|
||||||
|
nixpkgs.overlays = [ me-emacs-overlay ];
|
||||||
|
})
|
||||||
home-manager.darwinModules.home-manager
|
home-manager.darwinModules.home-manager
|
||||||
{
|
{
|
||||||
nixpkgs = nixpkgsConfig;
|
nixpkgs = nixpkgsConfig;
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ flakify() {
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = (with pkgs; [
|
environment.systemPackages = (with pkgs; [
|
||||||
emacs
|
mac-emacs
|
||||||
(aspellWithDicts (p: with p;[
|
(aspellWithDicts (p: with p;[
|
||||||
en
|
en
|
||||||
en-computers
|
en-computers
|
||||||
|
|||||||
Reference in New Issue
Block a user