chore: replace nix-ts-mode with nix-mode
This commit is contained in:
parent
aee63f155c
commit
0ca91a2999
3 changed files with 12 additions and 4 deletions
|
@ -38,8 +38,12 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
pankomacs = mkEmacs pkgs.emacs29-pgtk;
|
||||
pankomacs-x11 = mkEmacs pkgs.emacs-gtk;
|
||||
pankomacs = mkEmacs (pkgs.emacs29-pgtk.override {
|
||||
withSystemd = false;
|
||||
});
|
||||
pankomacs-x11 = mkEmacs (pkgs.emacs-gtk.overide {
|
||||
withSystemd = false;
|
||||
});
|
||||
};
|
||||
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue