Tweaked shell integrations

This commit is contained in:
2026-01-13 12:55:27 +00:00
parent 8126c81e97
commit 0c22cb09ff
4 changed files with 15 additions and 1 deletions
+9
View File
@@ -31,5 +31,14 @@
'';
};
git.enable = true;
zoxide = {
enable = true;
enableNushellIntegration = true;
};
lazygit = {
enable = true;
package = unstablePkgs.lazygit;
enableNushellIntegration = true;
};
};
}