diff --git a/nix/modules/home-manager/__programs/zen.nix b/nix/modules/home-manager/__programs/zen.nix index 1e8415a..69b171c 100644 --- a/nix/modules/home-manager/__programs/zen.nix +++ b/nix/modules/home-manager/__programs/zen.nix @@ -36,11 +36,11 @@ in { platforms.linux = rec { vendorPath = ".zen"; - configPath = "${vendorPath}"; + configPath = ".zen"; }; platforms.darwin = rec { vendorPath = "Library/Application Support/Zen"; - configPath = "${vendorPath}"; + configPath = "Library/Application Support/Zen"; }; }) ];