Use non-gcc emacs (but still wayland-enabled)
This commit is contained in:
parent
c3928e8b50
commit
09027c2fce
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacsWithPackagesFromUsePackage {
|
package = pkgs.emacsWithPackagesFromUsePackage {
|
||||||
config = ./emacs/init.el;
|
config = ./emacs/init.el;
|
||||||
package = pkgs.emacsPgtkGcc;
|
package = pkgs.emacsPgtk;
|
||||||
alwaysEnsure = true;
|
alwaysEnsure = true;
|
||||||
extraEmacsPackages = epkgs: [ epkgs.diminish ];
|
extraEmacsPackages = epkgs: [ epkgs.diminish ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue