This commit is contained in:
2025-08-04 23:17:15 +03:00
parent 309e4198ef
commit 903753567f
3 changed files with 27 additions and 4 deletions
+9 -1
View File
@@ -11,7 +11,9 @@ let
...
}:
{
device.type = "primary";
xlib.device = {
type = "primary";
};
imports =
with inputs;
@@ -28,6 +30,12 @@ let
]
++ builtins.attrValues inputs.self.nixosModules.extra.self;
home-manager = {
extraSpecialArgs = {
xlib = config.xlib;
};
};
fileSystems = {
"${config.xlib.dirs.therima-drive}" = {
device = "/dev/disk/by-uuid/C0A2DDEFA2DDEA44";