Regenerated
This commit is contained in:
+40
-9
@@ -1238,17 +1238,48 @@ in
|
||||
package = pkgs.emacs-pgtk.override { withTreeSitter = true; };
|
||||
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
manualPackages.treesit-grammars.with-all-grammars
|
||||
rust-mode rustic nix-mode hcl-mode
|
||||
nerd-icons doom-modeline diminish eldoc eldoc-box pulsar which-key
|
||||
avy consult vertico marginalia crux shell-pop
|
||||
nerd-icons-corfu corfu cape orderless yasnippet yasnippet-snippets
|
||||
rg exec-path-from-shell eat f gptel nixpkgs-fmt envrc
|
||||
catppuccin-theme magit expreg vundo puni
|
||||
sideline sideline-flymake sideline-eglot
|
||||
(epkgs.manualPackages.treesit-grammars.override { withAllGrammars = true; })
|
||||
rust-mode
|
||||
rustic
|
||||
nix-mode
|
||||
hcl-mode
|
||||
nerd-icons
|
||||
doom-modeline
|
||||
diminish
|
||||
eldoc
|
||||
eldoc-box
|
||||
pulsar
|
||||
which-key
|
||||
avy
|
||||
consult
|
||||
vertico
|
||||
marginalia
|
||||
crux
|
||||
shell-pop
|
||||
nerd-icons-corfu
|
||||
corfu
|
||||
cape
|
||||
orderless
|
||||
yasnippet
|
||||
yasnippet-snippets
|
||||
rg
|
||||
exec-path-from-shell
|
||||
eat
|
||||
f
|
||||
gptel
|
||||
nixpkgs-fmt
|
||||
envrc
|
||||
catppuccin-theme
|
||||
magit
|
||||
expreg
|
||||
vundo
|
||||
puni
|
||||
sideline
|
||||
sideline-flymake
|
||||
sideline-eglot
|
||||
];
|
||||
|
||||
# If you want to load your own init.el, use extraConfig:
|
||||
# Load your init.el via extraConfig
|
||||
extraConfig = builtins.readFile ./init.el;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user