This commit is contained in:
2025-09-16 18:13:31 +03:00
parent 24efd8d052
commit 3604718849
2 changed files with 43 additions and 26 deletions
+5
View File
@@ -55,6 +55,11 @@
default = "/mnt/vetymae";
description = "Vetymae drive mount point.";
};
soptur-drive = lib.mkOption {
type = lib.types.str;
default = "/mnt/soptur";
description = "Soptur drive mount point.";
};
wsl-home = lib.mkOption {
type = lib.types.str;
default = "/mnt/c/Users/${config.xlib.device.username}";