This commit is contained in:
2025-08-28 18:19:50 +03:00
parent 002abaafe7
commit 7a6adb28ee
6 changed files with 14 additions and 9 deletions
+2
View File
@@ -9,6 +9,7 @@ let
...
}:
{
imports = [
(./. + "/${xlib.device.type}.nix")
];
@@ -47,6 +48,7 @@ let
users."${xlib.device.username}" = homeModule;
users.root = rootModule;
sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
extraSpecialArgs = { inherit inputs; };
};
};
in