Compare commits
3 Commits
8f97d79e72
...
b4d44d4a2f
Author | SHA1 | Date |
---|---|---|
coolneng | b4d44d4a2f | |
coolneng | 80290c72b6 | |
coolneng | 829ff57062 |
|
@ -116,11 +116,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1689679375,
|
||||
"narHash": "sha256-LHUC52WvyVDi9PwyL1QCpaxYWBqp4ir4iL6zgOkmcb8=",
|
||||
"lastModified": 1690031011,
|
||||
"narHash": "sha256-kzK0P4Smt7CL53YCdZCBbt9uBFFhE0iNvCki20etAf4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "684c17c429c42515bafb3ad775d2a710947f3d67",
|
||||
"rev": "12303c652b881435065a98729eb7278313041e49",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -5,8 +5,8 @@ with pkgs;
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
emacs-vterm = ((emacsPackagesFor emacs28NativeComp).emacsWithPackages
|
||||
(epkgs: with epkgs; [ vterm pdf-tools ]));
|
||||
emacs-vterm = ((emacsPackagesFor emacs29-pgtk).emacsWithPackages
|
||||
(epkgs: with epkgs; [ vterm ]));
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue