diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 8d43a81..edc1a8e 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -127,9 +127,15 @@ rec { openmoji-black openmoji-color ] ++ # Fonts + [ + hunspell + hunspellDicts.fr-any + hunspellDicts.fr-moderne + hunspellDicts.fr-classique + ] ++ # Spell checking # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ kakmerge qgo gnugo hunspell hunspellDicts.fr-any hunspellDicts.fr-moderne hunspellDicts.fr-classique ] ++ # Temp + [ ] ++ # Temp [ ]; programs.home-manager.enable = true;