This commit is contained in:
2025-09-16 20:42:56 +03:00
parent aea3ae3f67
commit 6ab6ea96c7
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
target = "External"; target = "External";
}; };
"LM Studio" = { "LM Studio" = {
source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.vetymae-drive}/AI/LM Studio"; source = config.lib.file.mkOutOfStoreSymlink "${xlib.dirs.soptur-drive}/AI/LM Studio";
target = ".lmstudio"; target = ".lmstudio";
}; };
}; };
-5
View File
@@ -35,11 +35,6 @@
default = "/home/${config.xlib.device.username}"; default = "/home/${config.xlib.device.username}";
description = "User home directory."; description = "User home directory.";
}; };
user-services = lib.mkOption {
type = lib.types.str;
default = "${config.xlib.dirs.user-home}/.other";
description = "User services directory.";
};
user-storage = lib.mkOption { user-storage = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "${config.xlib.dirs.user-home}/Storage"; default = "${config.xlib.dirs.user-home}/Storage";