From 5fb2704bbb369d690251de34f0429a0775c28004 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 9 May 2025 19:46:06 -0700 Subject: add utmctl to path --- nix/users/fcuny/shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix/users/fcuny/shell.nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index e155169..d54e7e0 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -34,6 +34,9 @@ in set fish_greeting "" fish_add_path -p ~/.cargo/bin/ + + # Add utmctl to PATH + fish_add_path /Applications/UTM.app/Contents/MacOS/ ''; shellAbbrs = { ncg = "nix-collect-garbage --delete-older-than 7d"; -- cgit v1.2.3