restructured modules, toggling them, overlays
This commit is contained in:
11
modules/apps/dictionaries.nix
Normal file
11
modules/apps/dictionaries.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
hunspell
|
||||
hunspellDicts.it_IT
|
||||
hunspellDicts.es_MX
|
||||
hunspellDicts.es_ES
|
||||
hunspellDicts.en_CA-large
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user