refactor(treewide): format with alejandra

This commit is contained in:
ooks-io 2024-07-29 15:00:38 +12:00
parent 7fefb94400
commit 61cef505da
216 changed files with 5995 additions and 3969 deletions

View file

@ -1,14 +1,15 @@
{ pkgs, lib, config, ... }:
let
cfg = config.ooknet.tools.utils;
in
{
pkgs,
lib,
config,
...
}: let
cfg = config.ooknet.tools.utils;
in {
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
bc # Calculator
# file utility
duf
du-dust
@ -19,7 +20,7 @@ in
zip
unzip
unrar
# file transfer
wget
httpie # Better curl
@ -31,7 +32,7 @@ in
gum
# audio ctrl
pamixer
diffsitter # Better diff
jq # JSON pretty printer and manipulator
tldr # Community maintained help pages