emacs packages using nix
This commit is contained in:
parent
e3c5ca4855
commit
0448f276eb
3 changed files with 53 additions and 95 deletions
|
|
@ -40,7 +40,38 @@ in
|
|||
};
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
extraPackages = epkgs: [ epkgs.agda2-mode ];
|
||||
extraPackages =
|
||||
epkgs: with epkgs; [
|
||||
ace-window
|
||||
agda2-mode
|
||||
better-defaults
|
||||
cmake-mode
|
||||
company
|
||||
consult
|
||||
delight
|
||||
doom-themes
|
||||
editorconfig
|
||||
exec-path-from-shell
|
||||
fish-mode
|
||||
haskell-mode
|
||||
hl-todo
|
||||
lsp-mode
|
||||
magit
|
||||
marginalia
|
||||
markdown-mode
|
||||
multiple-cursors
|
||||
orderless
|
||||
proof-general
|
||||
pyvenv
|
||||
rainbow-delimiters
|
||||
restart-emacs
|
||||
rust-mode
|
||||
undo-tree
|
||||
use-package
|
||||
vertico
|
||||
which-key
|
||||
yaml-mode
|
||||
];
|
||||
extraConfig = builtins.readFile ../../dotfiles/emacs/init.el;
|
||||
};
|
||||
programs.vscode = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue