Update to 23.05
This commit is contained in:
parent
a892e5e2f0
commit
59723f3310
10 changed files with 75 additions and 90 deletions
|
@ -12,7 +12,7 @@
|
|||
services.emacs = {
|
||||
install = true;
|
||||
enable = false;
|
||||
package = with pkgs; ((emacsPackagesFor (emacsPgtk.overrideAttrs (old: {
|
||||
package = with pkgs; ((emacsPackagesFor (emacs-pgtk.overrideAttrs (old: {
|
||||
passthru = old.passthru // {
|
||||
treeSitter = true;
|
||||
};
|
||||
|
@ -23,7 +23,7 @@
|
|||
vterm
|
||||
pdf-tools
|
||||
]));
|
||||
defaultEditor = lib.mkDefault false;
|
||||
defaultEditor = lib.mkDefault true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue