From 394909630fbf64b5833ad88cdef505c02e1a6878 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 14 Jun 2025 12:50:00 +0200 Subject: [PATCH] chore: update zsh --- modules/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 82e98d8..a50b200 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -174,6 +174,8 @@ vim = "nvim"; doas = "sudo"; sxiv = "nsxiv"; + enby = "man"; + woman = "man"; # NixOS ns = "nix-shell --run zsh";