From 8ed94721f79fe98a7c1772bec6ffe9cc2a943909 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Fri, 16 Jan 2026 11:03:03 +0100 Subject: [PATCH] Fixed a typo --- hosts/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 3e1773d..f2dd869 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -30,7 +30,7 @@ useUsersPackages = true; backupFileExtension = "HM-Backup"; users = { - "laptop" = imports ./home.nix; + "laptop" = import ./home.nix; }; };