From 1a10199f80ff811a69ba64ef730d998ee8e9dd48 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 14:57:03 -0800 Subject: create profiles for home-manager To make it easier to support multiple systems with this configuration, move the current configuration for my personal machine to a profile named `personal.nix`. When I add a work machine the profile can be named `work.nix` and all configurations related to that system will live there. --- hosts/mba/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 6efbddb..081e22a 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -21,5 +21,5 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.fcuny = import ../../home/darwin.nix; + home-manager.users.fcuny = import ../../nix/profiles/home-manager/personal.nix; } -- cgit 1.4.1