Stop using emacs-overlay

This commit is contained in:
Kiana Sheibani 2022-10-08 21:30:22 -04:00
parent 77049d8de0
commit 41f154ca9b
3 changed files with 2 additions and 43 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, emacs-overlay, ... }: { config, pkgs, ... }:
let let
# nix-direnv with flake support # nix-direnv with flake support
nix-direnv-with-flakes = pkgs.nix-direnv.override { enableFlakes = true; }; nix-direnv-with-flakes = pkgs.nix-direnv.override { enableFlakes = true; };
@ -34,9 +34,8 @@ in {
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
nixpkgs.overlays = [ emacs-overlay.overlay ];
services.emacs.enable = true; services.emacs.enable = true;
services.emacs.package = pkgs.emacsPgtkNativeComp; services.emacs.package = pkgs.emacs28-gtk;
# direnv setup # direnv setup

View file

@ -1,41 +1,5 @@
{ {
"nodes": { "nodes": {
"emacs-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1664015884,
"narHash": "sha256-U+oc5aF063T7i1NWqy9O+xqkqdAucAtEpBLds5Jb/zU=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "583ad7baf08792c0edce8d6461a2e40be6c11115",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -106,7 +70,6 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"emacs-overlay": "emacs-overlay",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",

View file

@ -7,9 +7,6 @@ inputs = rec {
home-manager.url = "github:nix-community/home-manager/master"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
emacs-overlay.url = "github:nix-community/emacs-overlay";
emacs-overlay.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = { self, outputs = { self,
nixpkgs, nixpkgs,