Configure Firefox to use spell check word list

This commit is contained in:
Andrew Kvalheim 2021-12-13 21:13:05 -08:00
parent 7f3d54f98a
commit b04cb55e85
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ in
}).attachments
];
home.file.".mozilla/firefox/ahrdm58c.default/chrome/userChrome.css".source = ../../common/userChrome.css;
home.file.".mozilla/firefox/ahrdm58c.default/persdict.dat".source = ../../common/words.txt;
# Environment
home.sessionPath = [ "$HOME/.cargo/bin" ];

View file

@ -21,4 +21,5 @@
thunderbird
];
home.file.".mozilla/firefox/f2y424q1.default/chrome/userChrome.css".source = ../../common/userChrome.css;
home.file.".mozilla/firefox/f2y424q1.default/persdict.dat".source = ../../common/words.txt;
}