pinwheel: Add emacs

This commit is contained in:
Alexander Heldt
2023-09-09 10:06:44 +02:00
parent 2cd8eabdda
commit 6aefd03d0d
6 changed files with 496 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, ... } @inputs : {
@@ -30,6 +35,7 @@
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-10th-gen
inputs.home-manager.nixosModules.home-manager
./hosts/pinwheel/home.nix
{ nixpkgs.overlays = [ inputs.emacs-overlay.overlay ]; }
];
};