diff --git a/dotfiles/dot_mbsyncrc b/dotfiles/dot_config/isyncrc similarity index 100% rename from dotfiles/dot_mbsyncrc rename to dotfiles/dot_config/isyncrc diff --git a/home/home.nix b/home/home.nix index b9548e6..6e5ffec 100644 --- a/home/home.nix +++ b/home/home.nix @@ -154,6 +154,6 @@ xdg.configFile."emacs".enable = false; - home.file.".mbsynrc".src = ../dotfiles/dot_mbsyncrc; + xdg.configFile."isync".src = ../dotfiles/dot_config/isyncrc; }