summaryrefslogtreecommitdiff
path: root/nixos/modules/features/language-tools/default.nix
blob: 338d26bf33b97e3025aa847d2e335c6683a8e1b6 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    hunspellDicts.ru_RU
  ];
}