feat: add qml-ts-mode
This commit is contained in:
parent
b78ed122a7
commit
ba6a74607f
3 changed files with 31 additions and 12 deletions
16
flake.nix
16
flake.nix
|
@ -38,12 +38,16 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
pankomacs = mkEmacs (pkgs.emacs29-pgtk.override {
|
||||
withSystemd = false;
|
||||
});
|
||||
pankomacs-x11 = mkEmacs (pkgs.emacs-gtk.overide {
|
||||
withSystemd = false;
|
||||
});
|
||||
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