diff --git a/flake.nix b/flake.nix index 170185f..5d2caee 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,7 @@ backupFileExtension = "backup"; users.tulg = { - imports = [./modules/home.nix]; + imports = [./modules/home-manager/home.nix]; }; }; } @@ -116,7 +116,7 @@ backupFileExtension = "backup"; users.tulg = { - imports = [./modules/home.nix]; + imports = [./modules/home-manager/home.nix]; }; }; }