ffixing unnecessary packages
This commit is contained in:
parent
30bbd49d76
commit
f8ea51fb30
|
@ -7,7 +7,7 @@ with lib;
|
||||||
package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages
|
package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages
|
||||||
(epkgs: with epkgs; [
|
(epkgs: with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
magit
|
melpaPackages.magit
|
||||||
pdf-tools
|
pdf-tools
|
||||||
consult-eglot
|
consult-eglot
|
||||||
org
|
org
|
||||||
|
@ -29,8 +29,8 @@ with lib;
|
||||||
# tree-sitter
|
# tree-sitter
|
||||||
# tree-sitter-langs
|
# tree-sitter-langs
|
||||||
rustic
|
rustic
|
||||||
evil
|
melpaPackages.evil
|
||||||
evil-collection
|
melpaPackages.evil-collection
|
||||||
general
|
general
|
||||||
evil-escape
|
evil-escape
|
||||||
evil-surround
|
evil-surround
|
||||||
|
@ -45,7 +45,7 @@ with lib;
|
||||||
org-re-reveal-citeproc
|
org-re-reveal-citeproc
|
||||||
ox-reveal
|
ox-reveal
|
||||||
oer-reveal
|
oer-reveal
|
||||||
ox-spectacle
|
# ox-spectacle
|
||||||
unicode-fonts
|
unicode-fonts
|
||||||
emojify
|
emojify
|
||||||
undo-tree
|
undo-tree
|
||||||
|
@ -53,18 +53,19 @@ with lib;
|
||||||
toc-org
|
toc-org
|
||||||
pulsar
|
pulsar
|
||||||
vertico
|
vertico
|
||||||
consult
|
melpaPackages.consult
|
||||||
marginalia
|
melpaPackages.marginalia
|
||||||
all-the-icons-completion
|
all-the-icons-completion
|
||||||
embark
|
melpaPackages.embark
|
||||||
embark-consult
|
melpaPackages.embark-consult
|
||||||
corfu
|
corfu
|
||||||
orderless
|
melpaPackages.orderless
|
||||||
cape
|
melpaPackages.cape
|
||||||
devdocs
|
devdocs
|
||||||
yasnippet
|
yasnippet
|
||||||
wgrep
|
wgrep
|
||||||
tempel
|
melpaPackages.tempel
|
||||||
|
melpaPackages.tempel-collection
|
||||||
projectile
|
projectile
|
||||||
simple-httpd
|
simple-httpd
|
||||||
avy
|
avy
|
||||||
|
@ -81,7 +82,7 @@ with lib;
|
||||||
yaml-mode
|
yaml-mode
|
||||||
typescript-mode
|
typescript-mode
|
||||||
docker
|
docker
|
||||||
docker-tramp
|
# docker-tramp
|
||||||
fish-mode
|
fish-mode
|
||||||
markdown-mode
|
markdown-mode
|
||||||
qml-mode
|
qml-mode
|
||||||
|
@ -105,7 +106,6 @@ with lib;
|
||||||
calfw-ical
|
calfw-ical
|
||||||
org-caldav
|
org-caldav
|
||||||
org-wild-notifier
|
org-wild-notifier
|
||||||
magit
|
|
||||||
sly
|
sly
|
||||||
nov
|
nov
|
||||||
elfeed
|
elfeed
|
||||||
|
|
|
@ -22,42 +22,42 @@
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
accounts.email.accounts = {
|
# accounts.email.accounts = {
|
||||||
personal = {
|
# personal = {
|
||||||
address = "chris@cochrun.xyz";
|
# address = "chris@cochrun.xyz";
|
||||||
mbsync.enable = true;
|
# mbsync.enable = true;
|
||||||
create = "maildir";
|
# create = "maildir";
|
||||||
mu.enable = true;
|
# mu.enable = true;
|
||||||
flavor = "plain";
|
# flavor = "plain";
|
||||||
imap = {
|
# imap = {
|
||||||
host = "mail.cochrun.xyz";
|
# host = "mail.cochrun.xyz";
|
||||||
port = 993;
|
# port = 993;
|
||||||
tls.enable = true;
|
# tls.enable = true;
|
||||||
};
|
# };
|
||||||
smtp = {
|
# smtp = {
|
||||||
host = "mail.cochrun.xyz";
|
# host = "mail.cochrun.xyz";
|
||||||
port = 25;
|
# port = 25;
|
||||||
tls.enable = true;
|
# tls.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
work = {
|
# work = {
|
||||||
address = "chris@tfcconnection.org";
|
# address = "chris@tfcconnection.org";
|
||||||
mbsync.enable = true;
|
# mbsync.enable = true;
|
||||||
create = "maildir";
|
# create = "maildir";
|
||||||
mu.enable = true;
|
# mu.enable = true;
|
||||||
flavor = "outlook.office365.com";
|
# flavor = "outlook.office365.com";
|
||||||
imap = {
|
# imap = {
|
||||||
host = "outlook.office365.com";
|
# host = "outlook.office365.com";
|
||||||
port = 993;
|
# port = 993;
|
||||||
tls.enable = true;
|
# tls.enable = true;
|
||||||
};
|
# };
|
||||||
smtp = {
|
# smtp = {
|
||||||
host = "mail.cochrun.xyz";
|
# host = "mail.cochrun.xyz";
|
||||||
port = 25;
|
# port = 25;
|
||||||
tls.enable = true;
|
# tls.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue