so many tests

This commit is contained in:
2025-08-04 21:39:24 +03:00
parent 704e704b4c
commit 56e97b6d5f
20 changed files with 104 additions and 104 deletions
+4 -4
View File
@@ -6,10 +6,10 @@
}:
let
# Paths
beetsPath = "${inputs.zeroq.dirs.wsl-storage}/beets/linux";
#sshPath = "${inputs.zeroq.dirs.storage}/ssh/${inputs.zeroq.devices.server.hostname}";
beetsPath = "${config.xlib.dirs.wsl-storage}/beets/linux";
#sshPath = "${config.xlib.dirs.storage}/ssh/${config.xlib.devices.server.hostname}";
musicPath = "${config.home.homeDirectory}/External/Music";
externalPath = "${inputs.zeroq.dirs.wsl-home}";
externalPath = "${config.xlib.dirs.wsl-home}";
in
{
imports = [
@@ -38,7 +38,7 @@ in
# };
};
home = {
#username = "${inputs.zeroq.devices.admin}";
#username = "${config.xlib.devices.admin}";
file = {
"External" = {
source = config.lib.file.mkOutOfStoreSymlink externalPath;