mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -11,7 +11,6 @@ let
|
||||
{
|
||||
imports = [
|
||||
(./. + "/${xlib.device.type}.nix")
|
||||
#inputs.self.homeModules."${xlib.device.type}" # -> (./type + "/${xlib.device.type}.nix")
|
||||
];
|
||||
home = {
|
||||
username = xlib.device.username;
|
||||
@@ -31,7 +30,6 @@ let
|
||||
{
|
||||
imports = [
|
||||
(./. + "/${xlib.device.type}.nix")
|
||||
#inputs.self.homeModules."${xlib.device.type}"
|
||||
];
|
||||
home = {
|
||||
username = "root";
|
||||
|
||||
Reference in New Issue
Block a user