refactor: apply nixfmt
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
doom
|
||||
extraPackages =
|
||||
epkgs: with epkgs; [
|
||||
doom
|
||||
|
||||
magit
|
||||
minimap
|
||||
rainbow-delimiters
|
||||
magit
|
||||
minimap
|
||||
rainbow-delimiters
|
||||
|
||||
company
|
||||
company-tabnine
|
||||
];
|
||||
company
|
||||
company-tabnine
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user