WIP BROKEN SYSTEM ATM

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-18 00:32:21 -05:00
parent 699a3af19a
commit fffa79acbe
21 changed files with 767 additions and 93 deletions

View file

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