mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-08 20:33:23 +01:00
Tweaked shell integrations
This commit is contained in:
@@ -31,5 +31,14 @@
|
||||
'';
|
||||
};
|
||||
git.enable = true;
|
||||
zoxide = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
package = unstablePkgs.lazygit;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user