From d82f67398ee6ad1432dd4a3389218bc30b982cb3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Jan 2026 09:27:59 -0800 Subject: fix a couple of typos --- machines/mbp-work.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index 57cb98e..a7b80c6 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -20,11 +20,11 @@ home.stateVersion = "23.05"; home.homeDirectory = "/Users/${adminUser.name}"; imports = [ - ../home/profiles/mac.nix + ../home/profiles/darwin.nix ../home/profiles/development.nix ../home/profiles/k8s.nix - ../programs/hashi.nix - ../programs/sapi.nix + ../home/programs/hashi.nix + ../home/programs/sapi.nix ]; home.packages = with pkgs; [ awscli2 -- cgit v1.2.3