From 7b641ca22a5752085ad3b55df63c3639cd73ae72 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 11 Feb 2024 02:39:36 +0100 Subject: [PATCH] spelling --- outputs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.nix b/outputs.nix index 94766bc..a8196f0 100644 --- a/outputs.nix +++ b/outputs.nix @@ -20,7 +20,7 @@ home-manager = { useGlobalPkgs = true; useUserPackages = true; - user.twoneis = import ./modules/server-home; + users.twoneis = import ./modules/server-home; }; } ];