This commit is contained in:
2025-08-04 22:28:22 +03:00
parent 7f450271ab
commit efbb644bf2
-2
View File
@@ -11,7 +11,6 @@ let
{ {
imports = [ imports = [
(./. + "/${xlib.device.type}.nix") (./. + "/${xlib.device.type}.nix")
#inputs.self.homeModules."${xlib.device.type}" # -> (./type + "/${xlib.device.type}.nix")
]; ];
home = { home = {
username = xlib.device.username; username = xlib.device.username;
@@ -31,7 +30,6 @@ let
{ {
imports = [ imports = [
(./. + "/${xlib.device.type}.nix") (./. + "/${xlib.device.type}.nix")
#inputs.self.homeModules."${xlib.device.type}"
]; ];
home = { home = {
username = "root"; username = "root";