From 382b5369d54ecb6bd34b0df2b664ecba21b96405 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 27 Sep 2024 16:14:39 -0400 Subject: [PATCH] configuring --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 22600f2..512b9e3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -157,6 +157,6 @@ }; xdg.configFile."emacs".enable = false; - #xdg.configFile."msmtp".source = ../dotfiles/dot_msmtprc; + home.file.".msmtprc".source = ../dotfiles/dot_msmtprc; home.file.".mbsyncrc".source = ../dotfiles/dot_config/isyncrc; }