emacs: Add fcitx, latex and web mode.
Lilim/emacs: Change enabled packages.
This commit is contained in:
parent
fafa62f917
commit
8295a87aa8
4 changed files with 81 additions and 10 deletions
|
@ -19,30 +19,33 @@ with lib;
|
|||
];
|
||||
pkgs = [
|
||||
"base"
|
||||
"cpp"
|
||||
"dict"
|
||||
"emacs"
|
||||
"emacs::doom-themes"
|
||||
"emacs::doom-modeline"
|
||||
# "emacs::solarized-theme"
|
||||
"emacs::company"
|
||||
"emacs::flyspell"
|
||||
"emacs::doom-modeline"
|
||||
"emacs::doom-themes"
|
||||
"emacs::elpy"
|
||||
"emacs::flycheck"
|
||||
# "emacs::powerline"
|
||||
"emacs::nix-mode"
|
||||
"emacs::flyspell"
|
||||
"emacs::latex"
|
||||
"emacs::magit"
|
||||
"emacs::mu4e"
|
||||
"emacs::nix-mode"
|
||||
"emacs::org"
|
||||
"emacs::elpy"
|
||||
"emacs::fcitx"
|
||||
"emacs::transmission"
|
||||
# "emacs::rust"
|
||||
# "emacs::lsp"
|
||||
"emacs::web-mode"
|
||||
"extra"
|
||||
"cpp"
|
||||
"haskell"
|
||||
"mail_utils"
|
||||
"python3"
|
||||
"rustpkgs"
|
||||
"xpkgs"
|
||||
# "emacs::lsp"
|
||||
# "emacs::powerline"
|
||||
# "emacs::rust"
|
||||
# "emacs::solarized-theme"
|
||||
];
|
||||
services = [
|
||||
"desktop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue