diff options
feat(mora): install `carapace`
Diffstat (limited to '')
-rw-r--r-- | user-mora.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user-mora.nix b/user-mora.nix index 926cc96..39cd827 100644 --- a/user-mora.nix +++ b/user-mora.nix @@ -12,6 +12,8 @@ programs.fish.enable = true; programs.nushell.enable = true; + programs.carapace.enable = true; + ### ### Software |