From afbd54c1817caa5b824743cfc468df58277b364b Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Thu, 6 Feb 2025 08:45:49 -0800 Subject: install additional work related tools We're switching architecture too, so ensure we install the correct binaries. --- nix/users/fcuny/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/users/fcuny/home-manager.nix') diff --git a/nix/users/fcuny/home-manager.nix b/nix/users/fcuny/home-manager.nix index e9a51a7..9fd2983 100644 --- a/nix/users/fcuny/home-manager.nix +++ b/nix/users/fcuny/home-manager.nix @@ -17,5 +17,5 @@ ./dev.nix ./media.nix ] - ++ lib.optionals (systemName == "hq-c02fk3q7md6t") [ ./work.nix ]; + ++ lib.optionals (systemName == "hq-kwny2vh41p") [ ./work.nix ]; } -- cgit v1.2.3