fix(nix): use wayland-native emacs build
This commit is contained in:
parent
c20f59df42
commit
02b823a7ab
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
nil
|
nil
|
||||||
|
|
||||||
emacs30
|
emacs30-pgtk
|
||||||
alacritty
|
alacritty
|
||||||
emacs-lsp-booster
|
emacs-lsp-booster
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
package = pkgs.emacs30;
|
package = pkgs.emacs30-pgtk;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue