Clean up configs

This commit is contained in:
2026-01-20 20:38:53 +01:00
parent b15dd4ce86
commit 3b4c0e4a63
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
{
lib,
pkgs,
config,
...
}:
with lib; {

View File

@@ -1,5 +1,4 @@
{
lib,
pkgs,
inputs,
...
@@ -91,7 +90,7 @@
# Code formatting
conform-nvim = {
enable = true;
settings.formatters_by_ft = with pkgs; {
settings.formatters_by_ft = {
lua = ["stylua"];
python = ["black"];
nix = ["nixfmt"];