From 0a50d682ec85bf023bebd68a3ca388001f0c0677 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 21:44:57 +0200 Subject: mv modules settings --- user/settings/isync.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 user/settings/isync.nix (limited to 'user/settings/isync.nix') diff --git a/user/settings/isync.nix b/user/settings/isync.nix new file mode 100644 index 00000000..b96db87d --- /dev/null +++ b/user/settings/isync.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + home.file.".mbsyncrc".source = ../isync/.mbsyncrc; +} -- cgit 1.4.1