feat(nix): add zellij

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

boltless.me 5d980a50 2959ba8e

verified
Changed files
+2
nix
zsh
+1
nix/flake.nix
··· 69 69 pkgs.ripgrep 70 70 pkgs.sumneko-lua-language-server 71 71 pkgs.unixtools.watch 72 + pkgs.zellij 72 73 pkgs-unstable.jujutsu 73 74 pkgs-unstable.neovim 74 75 ] ++ (if pkgs.stdenv.isDarwin then [
+1
zsh/.zshrc
··· 8 8 alias ta="tmux attach" 9 9 alias nn="NVIM_APPNAME=nativevim nvim" 10 10 alias nd="nix develop -c zsh -l" 11 + alias zj="zellij" 11 12 12 13 ## Custom prompt 13 14 setopt prompt_subst