[nix] fix imports

This commit is contained in:
2025-01-22 12:29:11 +01:00
parent 0f3591d111
commit 2fb89082dd
4 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ in
{
imports =
[ # Include the results of the hardware scan.
./hardware_configuration.nix
../modules/malobeo_user.nix
];