switch lazyjj -> jjui

This commit is contained in:
gwg313 2026-04-20 15:02:46 -04:00
parent fa791cd360
commit b9bf16ba55
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt;
formatter = pkgs.nixfmt-tree;
};
imports = [
(inputs.import-tree ./modules/top)