Enable broot, keychain, and yazi

This commit is contained in:
Greg Hellings
2025-06-11 13:26:05 -05:00
parent 1efca98b9a
commit 2252c53dee
3 changed files with 34 additions and 8 deletions
+5 -1
View File
@@ -9,6 +9,10 @@
enable = true;
enableNushellIntegration = true;
};
direnv = {
enable = true;
enableNushellIntegration = true;
};
nushell = {
enable = true;
environmentVariables = {
@@ -17,7 +21,7 @@
GOBIN = "${config.home.homeDirectory}/src/bin";
LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN = "1";
SWORD_PATH = "${config.home.homeDirectory}/.sword/";
TIMEFORMAT = "%3Uu %3Ss %3lR %P%%";
#TIMEFORMAT = "%3Uu %3Ss %3lR %P%%";
VIRTUALENV_HOME = "${config.home.homeDirectory}/venv/";
};
extraConfig = ''