new stuff

This commit is contained in:
2025-08-30 10:52:53 -06:00
parent 6580b0aff8
commit 1dae2173af
6 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.zoxide = {
enable = true;
enableFishIntegration = true;
};
}