From 801b2137a1c19215c99ec95677b78b8f3ff8732c Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 2 Dec 2025 22:27:14 +0000 Subject: [PATCH] Update git.nix --- git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.nix b/git.nix index 8e63887..bb820c7 100644 --- a/git.nix +++ b/git.nix @@ -5,7 +5,7 @@ imports = [ ./common.nix ./hosts/FredOS-Gaming.nix - ./hosts/laptop.nix + ./hosts/FredOS-Macbook.nix # Add all your hosts here ]; }