mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-01 18:02:08 +01:00
Moved nushell completions to carapace
This commit is contained in:
Submodule home-manager/core/dotfiles updated: c2ca514b2d...a8f4f253af
@@ -35,6 +35,10 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
|
carapace = {
|
||||||
|
enable = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
|
};
|
||||||
zoxide = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user