pkgsets.nix: Removed whitespaces, renamed mailutils to mail_utils and added tramp mode to emacs.
This commit is contained in:
parent
ee4e3264f6
commit
72a6bba36c
1 changed files with 15 additions and 13 deletions
|
@ -94,6 +94,7 @@ let
|
||||||
/* Other Stuff, not yet sorted */
|
/* Other Stuff, not yet sorted */
|
||||||
mu4e-alert
|
mu4e-alert
|
||||||
google-translate
|
google-translate
|
||||||
|
tramp
|
||||||
transmission
|
transmission
|
||||||
org-plus-contrib orgit ox-gfm ox-rst
|
org-plus-contrib orgit ox-gfm ox-rst
|
||||||
easy-jekyll markdown-mode impatient-mode simple-httpd htmlize
|
easy-jekyll markdown-mode impatient-mode simple-httpd htmlize
|
||||||
|
@ -132,14 +133,15 @@ let
|
||||||
]);
|
]);
|
||||||
|
|
||||||
extra = with pkgs; [
|
extra = with pkgs; [
|
||||||
transmission
|
imagemagick
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
transmission
|
||||||
];
|
];
|
||||||
|
|
||||||
mailutils = with pkgs; [
|
mail_utils = with pkgs; [
|
||||||
fetchmail
|
fetchmail
|
||||||
imagemagick
|
|
||||||
isync
|
isync
|
||||||
|
mailutils
|
||||||
mu-git
|
mu-git
|
||||||
pandoc
|
pandoc
|
||||||
postfix
|
postfix
|
||||||
|
@ -274,7 +276,7 @@ in {
|
||||||
++ (optPkgs dict "dict")
|
++ (optPkgs dict "dict")
|
||||||
++ (optPkgs [emacs] "emacs")
|
++ (optPkgs [emacs] "emacs")
|
||||||
++ (optPkgs extra "extra")
|
++ (optPkgs extra "extra")
|
||||||
++ (optPkgs mailutils "mailutils")
|
++ (optPkgs mail_utils "mailutils")
|
||||||
++ (optPkgs cpp "cpp")
|
++ (optPkgs cpp "cpp")
|
||||||
++ (optPkgs [haskell] "haskell")
|
++ (optPkgs [haskell] "haskell")
|
||||||
++ (optPkgs java "java")
|
++ (optPkgs java "java")
|
||||||
|
|
Loading…
Reference in a new issue