Back to emacs-pgtk
This commit is contained in:
parent
faad95dcdc
commit
18498558f9
1 changed files with 2 additions and 9 deletions
|
@ -17,20 +17,13 @@ let
|
||||||
ref = "main";
|
ref = "main";
|
||||||
rev = "c7392136bed264258c9b8788b14410e1ff06d602";
|
rev = "c7392136bed264258c9b8788b14410e1ff06d602";
|
||||||
};
|
};
|
||||||
myEmacs = (pkgs.emacsPackagesFor pkgs.emacs).emacsWithPackages (epkgs:
|
myEmacs = (pkgs.emacsPackagesFor pkgs.emacs-unstable-pgtk).emacsWithPackages (epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
inputs.nix-emacs-extra.packages."${system}".doom-dashboard
|
inputs.nix-emacs-extra.packages."${system}".doom-dashboard
|
||||||
inputs.nix-emacs-extra.packages."${system}".ultra-scroll
|
inputs.nix-emacs-extra.packages."${system}".ultra-scroll
|
||||||
]);
|
]);
|
||||||
# myEmacs = (pkgs.emacsPackagesFor pkgs.emacs-unstable-pgtk).emacsWithPackages (epkgs:
|
|
||||||
# with epkgs; [
|
|
||||||
# vterm
|
|
||||||
# treesit-grammars.with-all-grammars
|
|
||||||
# inputs.nix-emacs-extra.packages."${system}".doom-dashboard
|
|
||||||
# inputs.nix-emacs-extra.packages."${system}".ultra-scroll
|
|
||||||
# ]);
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue