so many tests

This commit is contained in:
2025-08-04 21:39:24 +03:00
parent 704e704b4c
commit 56e97b6d5f
20 changed files with 104 additions and 104 deletions
+4 -2
View File
@@ -10,7 +10,8 @@ let
}:
{
imports = [
inputs.self.homeModules."${xlib.device.type}" # -> (./type + "/${xlib.device.type}.nix")
(./type + "/${xlib.device.type}.nix")
#inputs.self.homeModules."${xlib.device.type}" # -> (./type + "/${xlib.device.type}.nix")
];
home = {
username = xlib.device.username;
@@ -29,7 +30,8 @@ let
}:
{
imports = [
inputs.self.homeModules."${xlib.device.type}"
(./type + "/${xlib.device.type}.nix")
#inputs.self.homeModules."${xlib.device.type}"
];
home = {
username = "root";