From ca5b2b566fcdbce4767ba5edae083f7344ffd807 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 2 May 2026 21:01:27 -0700 Subject: [PATCH] Add xo alias for xdg-open --- nixos/environment.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/environment.nix b/nixos/environment.nix index 35e6afdd..5c00f5c2 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -83,6 +83,7 @@ with lib; shellAliases = { df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no"; fix_nix = "LD_LIBRARY_PATH='' nix"; + xo = "xdg-open"; } // multiplexerAliases; variables = { ROFI_SYSTEMD_TERM = "ghostty -e";