h002 being weird, but it is working tty now

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-11 11:46:42 -05:00
parent aa3653e8c2
commit 1ec7eadcb8
11 changed files with 293 additions and 20 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = [ "--cmd cd" ];
};
}