Switch to GTK Native Comp Emacs

This commit is contained in:
Kiana Sheibani 2022-05-29 20:08:22 -04:00
parent 1534de49b4
commit 11f8526aa2
3 changed files with 40 additions and 20 deletions

View file

@ -38,7 +38,7 @@ in {
nixpkgs.overlays = [ emacs-overlay.overlay ]; nixpkgs.overlays = [ emacs-overlay.overlay ];
services.emacs.enable = true; services.emacs.enable = true;
services.emacs.package = pkgs.emacsUnstable; services.emacs.package = pkgs.emacsPgtkNativeComp;
# direnv setup # direnv setup

View file

@ -1,5 +1,41 @@
{ {
"nodes": { "nodes": {
"emacs-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1653852240,
"narHash": "sha256-VmAbVC5s8OgNJ2GoSmdccMTDDRFtezo5sH+R4vcV7r0=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "8d1ee06daa51522db5efd5308d85106197f6ffb0",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1652776076,
"narHash": "sha256-gzTw/v1vj4dOVbpBSJX4J0DwUR6LIyXo7/SuuTJp1kM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "04c1b180862888302ddfb2e3ad9eaa63afc60cf8",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -69,28 +105,11 @@
}, },
"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",
"nur": "nur", "nur": "nur"
"spacemacs": "spacemacs"
}
},
"spacemacs": {
"flake": false,
"locked": {
"lastModified": 1649959018,
"narHash": "sha256-q+LYBpHyiqe1kmLUlgewjxys94O1okfnhrcYYFHCB8Q=",
"owner": "syl20bnr",
"repo": "spacemacs",
"rev": "b3e67aafe2451ca91e2d310d29879616e10981d0",
"type": "github"
},
"original": {
"owner": "syl20bnr",
"ref": "develop",
"repo": "spacemacs",
"type": "github"
} }
} }
}, },

View file

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