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
+7 -1
View File
@@ -10,9 +10,15 @@ let
{
imports = [
inputs.self.homeModules.default
inputs.self.homeModules.links
#inputs.self.homeModules.links
];
xdg = {
configFile = {
"beets" = {
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.storage}/beets/linux";
target = "beets";
};
};
enable = true;
autostart.enable = true;
userDirs = {