From 0be3e6f634343d51bc461ff450c2a6b27676f608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 27 Feb 2024 22:38:18 +0100 Subject: [PATCH] Switch nixfmt for nixpkgs-fmt --- home/editor/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/editor/neovim/default.nix b/home/editor/neovim/default.nix index 1b6c16e..ae15f88 100644 --- a/home/editor/neovim/default.nix +++ b/home/editor/neovim/default.nix @@ -25,7 +25,7 @@ }; home.packages = with pkgs; [ # nix stuff - nixfmt + nixpkgs-fmt nil statix ];