diff --git a/profiles/gui/home/weechat.nix b/profiles/gui/home/weechat.nix index a02d4521..58ebe1be 100644 --- a/profiles/gui/home/weechat.nix +++ b/profiles/gui/home/weechat.nix @@ -3,7 +3,7 @@ { home.file = { ".local/share/weechat/sec.conf" = lib.mkIf config.deploy.profile.private { - source = "${../../../private/files/weechat/sec.conf}"; + source = ../../../private/files/weechat/sec.conf; }; }; programs.weechat = {