nixos-config/home-manager/carapace.nix

9 lines
127 B
Nix
Raw Normal View History

2023-12-11 07:14:36 +00:00
{ config, lib, pkgs, user, theme, ... }:
{
programs.carapace = {
enable = true;
enableZshIntegration = true;
};
}