This commit is contained in:
2025-05-18 01:29:08 +03:00
parent 746496c1c4
commit 3b426c2f73
4 changed files with 13 additions and 21 deletions
-19
View File
@@ -1,19 +0,0 @@
{ inputs, ... }@flakeContext:
{
config,
lib,
pkgs,
...
}:
{
xdg = {
enable = true;
autostart.enable = true;
configFile = {
"beets" = {
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.user-storage}/beets/linux";
target = "beets";
};
};
};
}