aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-09 19:46:06 -0700
committerFranck Cuny <franck@fcuny.net>2025-05-09 19:46:06 -0700
commit5fb2704bbb369d690251de34f0429a0775c28004 (patch)
tree3d6f42ac03dc583c6d287e61ca9eb2881c5d674e
parentdo not try to be smart (diff)
downloadinfra-5fb2704bbb369d690251de34f0429a0775c28004.tar.gz
add utmctl to path
-rw-r--r--nix/users/fcuny/shell.nix3
1 files changed, 3 insertions, 0 deletions
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";