nix-dotfiles/hm_modules/any_nix_shell.nix
Filippo Berto 4d42bdad1c
WIP custom vital + zsh and audio configs
Signed-off-by: Filippo Berto <berto.f@protonmail.com>
2022-08-25 09:33:52 +02:00

7 lines
156 B
Nix

{ pkgs, ... }:
{
programs.zsh.enable = true;
programs.zsh.initExtra = ''
source <(${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right)
'';
}