From ebbbb6d2355a5918803bf0a3dd378c99dbbbf4c2 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 27 Sep 2024 16:12:24 -0400 Subject: [PATCH] configuring --- home/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index e198d3c..22600f2 100644 --- a/home/home.nix +++ b/home/home.nix @@ -129,6 +129,8 @@ services = { flatpak.enable = true; #tailscale.enable = true; + + #mbsync.configFile = ../dotfiles/dot_config/isyncrc; }; xdg.systemDirs.data = [ @@ -155,6 +157,6 @@ }; xdg.configFile."emacs".enable = false; - xdg.configFile."msmtp".source = ../dotfiles/dot_msmtp; - xdg.configFile."mbsync".source = ../dotfiles/dot_config/isyncrc; + #xdg.configFile."msmtp".source = ../dotfiles/dot_msmtprc; + home.file.".mbsyncrc".source = ../dotfiles/dot_config/isyncrc; }