From d91cd33c8222f74a08127fea32c6201501b39d44 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 26 Feb 2025 21:21:56 -0500 Subject: [PATCH] Moved packages and removed unneeded temp ones. --- hosts/randolph/home.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;