generated from me/nix-flake-template
Update README.md
This commit is contained in:
parent
580a81d557
commit
c768466bde
2 changed files with 7 additions and 7 deletions
|
@ -4,10 +4,7 @@ SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
||||||
SPDX-License-Identifier: MIT
|
SPDX-License-Identifier: MIT
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ❄️ Nix Flake template
|
# 🧮 Nix Flake Haskell template
|
||||||
|
|
||||||
Template that automatically configures settings for language checking,
|
Template for Haskell based on
|
||||||
formatting, linting, and previewing to integrate with enabled editors and the
|
[Nix Flake template](https://git.sudoer777.dev/me/nix-flake-template).
|
||||||
project repository.
|
|
||||||
|
|
||||||
See [Nix Flake base](https://git.sudoer777.dev/me/nix-flake-base) for more info.
|
|
||||||
|
|
|
@ -50,7 +50,10 @@
|
||||||
languages = {
|
languages = {
|
||||||
en-us = {
|
en-us = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dictionary = [ "Reece" ];
|
dictionary = [
|
||||||
|
"Haskell"
|
||||||
|
"Reece"
|
||||||
|
];
|
||||||
vale."{**/*.md,**/*.txt}".packages = {
|
vale."{**/*.md,**/*.txt}".packages = {
|
||||||
RedHat.enable = true;
|
RedHat.enable = true;
|
||||||
proselint.enable = true;
|
proselint.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue