fmt: format with nixfmt-rfc-style

This commit is contained in:
lelgenio 2024-10-01 12:10:35 -03:00
parent 6cd3a545f2
commit af1a43a8de
3 changed files with 40 additions and 34 deletions

View file

@ -1,5 +1,10 @@
{ self, ... }:
{ pkgs, config, lib, ... }:
{
pkgs,
config,
lib,
...
}:
with lib;
let
cfg = config.programs.dzgui;