ffixing unnecessary packages

This commit is contained in:
Chris Cochrun 2023-03-23 15:09:15 -05:00
parent 30bbd49d76
commit f8ea51fb30
2 changed files with 49 additions and 49 deletions

View file

@ -7,7 +7,7 @@ with lib;
package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages
(epkgs: with epkgs; [
vterm
magit
melpaPackages.magit
pdf-tools
consult-eglot
org
@ -29,8 +29,8 @@ with lib;
# tree-sitter
# tree-sitter-langs
rustic
evil
evil-collection
melpaPackages.evil
melpaPackages.evil-collection
general
evil-escape
evil-surround
@ -45,7 +45,7 @@ with lib;
org-re-reveal-citeproc
ox-reveal
oer-reveal
ox-spectacle
# ox-spectacle
unicode-fonts
emojify
undo-tree
@ -53,18 +53,19 @@ with lib;
toc-org
pulsar
vertico
consult
marginalia
melpaPackages.consult
melpaPackages.marginalia
all-the-icons-completion
embark
embark-consult
melpaPackages.embark
melpaPackages.embark-consult
corfu
orderless
cape
melpaPackages.orderless
melpaPackages.cape
devdocs
yasnippet
wgrep
tempel
melpaPackages.tempel
melpaPackages.tempel-collection
projectile
simple-httpd
avy
@ -81,7 +82,7 @@ with lib;
yaml-mode
typescript-mode
docker
docker-tramp
# docker-tramp
fish-mode
markdown-mode
qml-mode
@ -105,7 +106,6 @@ with lib;
calfw-ical
org-caldav
org-wild-notifier
magit
sly
nov
elfeed

View file

@ -22,42 +22,42 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
accounts.email.accounts = {
personal = {
address = "chris@cochrun.xyz";
mbsync.enable = true;
create = "maildir";
mu.enable = true;
flavor = "plain";
imap = {
host = "mail.cochrun.xyz";
port = 993;
tls.enable = true;
};
smtp = {
host = "mail.cochrun.xyz";
port = 25;
tls.enable = true;
};
};
work = {
address = "chris@tfcconnection.org";
mbsync.enable = true;
create = "maildir";
mu.enable = true;
flavor = "outlook.office365.com";
imap = {
host = "outlook.office365.com";
port = 993;
tls.enable = true;
};
smtp = {
host = "mail.cochrun.xyz";
port = 25;
tls.enable = true;
};
};
};
# accounts.email.accounts = {
# personal = {
# address = "chris@cochrun.xyz";
# mbsync.enable = true;
# create = "maildir";
# mu.enable = true;
# flavor = "plain";
# imap = {
# host = "mail.cochrun.xyz";
# port = 993;
# tls.enable = true;
# };
# smtp = {
# host = "mail.cochrun.xyz";
# port = 25;
# tls.enable = true;
# };
# };
# work = {
# address = "chris@tfcconnection.org";
# mbsync.enable = true;
# create = "maildir";
# mu.enable = true;
# flavor = "outlook.office365.com";
# imap = {
# host = "outlook.office365.com";
# port = 993;
# tls.enable = true;
# };
# smtp = {
# host = "mail.cochrun.xyz";
# port = 25;
# tls.enable = true;
# };
# };
# };
programs.git = {
enable = true;