mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
so many tests
This commit is contained in:
+4
-2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user