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; }