diff options
| -rw-r--r-- | machines/mbp-work.nix | 6 |
1 files 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 |
