Skip to content

Commit

Permalink
Move dictionaries to separate list
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Dec 6, 2023
1 parent 7f3fec5 commit 0836212
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions users/alapshin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ let
ssh-to-age
];

dictionaries = with pkgs; [
aspell
aspellDicts.en
aspellDicts.ru
aspellDicts.sr
hunspell
hunspellDicts.en-us
hunspellDicts.ru-ru
];

guiDevTools = with pkgs; [
drawio
insomnia
Expand Down Expand Up @@ -126,9 +136,6 @@ in
packages = with pkgs;
[
anki
aspell
aspellDicts.en
aspellDicts.ru
atool
bcache-tools
calibre
Expand All @@ -142,9 +149,6 @@ in
gimp
gnupg
htop
hunspell
hunspellDicts.en_US
hunspellDicts.ru_RU
imagemagick
inkscape
jq
Expand Down Expand Up @@ -180,6 +184,7 @@ in
++ accountingTools
++ blockchainPackages
++ devTools
++ dictionaries
++ guiDevTools
++ borgPackages
++ luaPackages
Expand Down

0 comments on commit 0836212

Please sign in to comment.