profiles/gui: Changed weechat sec.data path away from interpolation

This commit is contained in:
kat witch 2021-04-17 22:46:09 +01:00
parent 99ce1ce609
commit 8d9dfd2a9a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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 = {