dotfiles/nixos/configs/dotfiles/kakoune-lsp.nix
2024-11-07 16:25:41 -07:00

4 lines
103 B
Nix

{ ... }:
{
home-manager.users.deprekated = specialArgs: (import ./kakoune-lsp.hm.nix) specialArgs;
}