Move Zoxide configuration out of shell config
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
|
||||
programs.zoxide.enableNushellIntegration = true;
|
||||
programs.direnv.enableNushellIntegration = true;
|
||||
|
||||
programs.nushell = {
|
||||
|
||||
Reference in New Issue
Block a user