mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 19:32:56 -03:00
fmt: format with nixfmt-rfc-style
This commit is contained in:
parent
6cd3a545f2
commit
af1a43a8de
3 changed files with 40 additions and 34 deletions
|
@ -1,5 +1,10 @@
|
|||
{ self, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.programs.dzgui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue