Beets plugins folder
This commit is contained in:
parent
bb9ddcd46b
commit
0256d10043
2 changed files with 8 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 69ed4fe876144b2d8cd3fc7edeaa7a4c98b0616d
|
Subproject commit ae7e236072bcc0fc7d7bd3ca58bc0ad5cff0fdd2
|
||||||
|
|
@ -52,6 +52,13 @@ in
|
||||||
# recursive = true;
|
# recursive = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
"beets/plugins/" = (mkIfFlakeLoc beets-cfg.enable
|
||||||
|
"I won't symlink beets' plugins directory into place"
|
||||||
|
{
|
||||||
|
source = config.lib.file.mkOutOfStoreSymlink
|
||||||
|
"${flakeSubmodules}/beets-config/plugins/";
|
||||||
|
});
|
||||||
|
|
||||||
"tmux/tmux.conf" = (mkIfFlakeLoc tmux-cfg.enable
|
"tmux/tmux.conf" = (mkIfFlakeLoc tmux-cfg.enable
|
||||||
"I won't symlink tmux's tmux.conf into place"
|
"I won't symlink tmux's tmux.conf into place"
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue