This commit is contained in:
2024-12-20 19:42:09 -05:00
parent ab70f1f9f9
commit abc55c6d4e
9 changed files with 340 additions and 61 deletions

View File

@@ -12,6 +12,12 @@
};
nushell = {
enable = true;
extraConfig = ''
edit_mode: vim
'';
};
direnv = {
enableNushellIntegration = true;
};
zoxide = {
enable = true;