WIP custom vital + zsh and audio configs
Signed-off-by: Filippo Berto <berto.f@protonmail.com>
This commit is contained in:
parent
84ed0d7a01
commit
4d42bdad1c
8 changed files with 68 additions and 26 deletions
7
hm_modules/any_nix_shell.nix
Normal file
7
hm_modules/any_nix_shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.initExtra = ''
|
||||
source <(${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right)
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue