diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-06 08:45:49 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-06 08:45:49 -0800 |
| commit | afbd54c1817caa5b824743cfc468df58277b364b (patch) | |
| tree | a8d99ee9492d455c722bfbbcad8c438e7d514f53 /nix | |
| parent | new work laptop (diff) | |
| download | infra-afbd54c1817caa5b824743cfc468df58277b364b.tar.gz | |
install additional work related tools
We're switching architecture too, so ensure we install the correct
binaries.
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/home-manager.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; } |
