mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
profiles/gui: Changed weechat sec.data path away from interpolation
This commit is contained in:
parent
99ce1ce609
commit
8d9dfd2a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
".local/share/weechat/sec.conf" = lib.mkIf config.deploy.profile.private {
|
".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 = {
|
programs.weechat = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue