Move Zoxide configuration out of shell config

This commit is contained in:
2025-01-31 15:01:00 -08:00
parent 377dd5dcea
commit c60d96883f
3 changed files with 7 additions and 10 deletions

View File

@@ -1,10 +1,6 @@
{ config, lib, pkgs, ... }:
{
programs.zoxide = {
enable = true;
enableNushellIntegration = true;
};
programs.zoxide.enableNushellIntegration = true;
programs.direnv.enableNushellIntegration = true;
programs.nushell = {