diff --git a/home/shell.nix b/home/shell.nix
index c952c27..496e3e8 100644
--- a/home/shell.nix
+++ b/home/shell.nix
@@ -61,6 +61,7 @@ in {
       findx = p "fd";
 
       ag = "${pkgs.ripgrep}/bin/rg";
+      sxiv = "${pkgs.nsxiv}/bin/nsxiv";
 
       lls = "${pkgs.coreutils}/bin/ls --color=always";
       ls = p "eza";