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