From 3b4c0e4a63179c72a990d93e1b55435f56a3d97d Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 20 Jan 2026 20:38:53 +0100 Subject: [PATCH] Clean up configs --- homes/julian/features/fonts/default.nix | 1 - homes/julian/features/neovim/default.nix | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/homes/julian/features/fonts/default.nix b/homes/julian/features/fonts/default.nix index ede7e9c..b409b31 100644 --- a/homes/julian/features/fonts/default.nix +++ b/homes/julian/features/fonts/default.nix @@ -1,7 +1,6 @@ { lib, pkgs, - config, ... }: with lib; { diff --git a/homes/julian/features/neovim/default.nix b/homes/julian/features/neovim/default.nix index 01999ea..a47af65 100644 --- a/homes/julian/features/neovim/default.nix +++ b/homes/julian/features/neovim/default.nix @@ -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"];