From be5bc9555f23295c183f10934c70259b20fd22a0 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 18 Aug 2026 22:12:24 -0500 Subject: [PATCH] change flake variable for configuration --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9e9342a..34a3f90 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ hostname ; }; - modules = [ ./${hostname}/configuration.nix ]; + modules = [ ./${laptop}/configuration.nix ]; }; }; homeConfigurations = {