pinwheel: Move emacs-overlay to emacs module
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
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 ]; }
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
let
|
||||
emacs = pkgs.emacsWithPackagesFromUsePackage {
|
||||
package = pkgs.emacs-unstable;
|
||||
@@ -15,6 +15,8 @@ let
|
||||
'';
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
||||
|
||||
home-manager.users.alex = {
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user