This commit is contained in:
dlond 2025-05-14 11:29:56 +12:00
parent 00404dc3df
commit 3a74a3910b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ return {
-- Ensure 'ruff' is installed via Home Manager (pkgs.ruff)
python = { 'ruff_format', 'ruff_fix' },
-- python = { 'isort', 'black' },
nix = { 'nixpkgs-fmt' }, -- Add nix formatter
nix = { 'nixpkgs_fmt' }, -- Add nix formatter
-- Add other filetypes and formatters, e.g.:
-- javascript = { "prettier" },
-- typescript = { "prettier" },