From ef2054d7b56442349ff80e8b7d245186e3306121 Mon Sep 17 00:00:00 2001 From: Hactarus <859868+Hactarus@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:30:04 +0200 Subject: [PATCH] fixup --- home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 80390b6..095889b 100644 --- a/home.nix +++ b/home.nix @@ -1,6 +1,11 @@ { config, options, lib, pkgs, dotfiles, ... }: -{ +{ + extraSpecialArgs = { + dotfiles = inputs.dotfiles.outPath; + # or... + # dotfiles = ./path/to/my/dotfiles; + }; xdg.configFile = { doom.source = "${dotfiles}/emacs"; wezterm.source = "${dotfiles}/wezterm";