Enable carapace
This commit is contained in:
parent
ccab840f78
commit
4c9179a036
3 changed files with 10 additions and 0 deletions
8
modules/hm/carapace.nix
Normal file
8
modules/hm/carapace.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.carapace = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue