mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user