configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 16:03:19 -04:00
parent 05f8d06e64
commit 0e934f7b6f

View file

@ -122,6 +122,7 @@
enableFishIntegration = true; enableFishIntegration = true;
}; };
mu.enable = true; mu.enable = true;
mbsync.enable = true;
}; };
services = { services = {
@ -154,6 +155,6 @@
xdg.configFile."emacs".enable = false; xdg.configFile."emacs".enable = false;
xdg.configFile."isyncrc".src = ../dotfiles/dot_config/isyncrc; xdg.configFile."mbsync".src = ../dotfiles/dot_config/isyncrc;
} }