refactor(treewide): format with alejandra
This commit is contained in:
parent
7fefb94400
commit
61cef505da
216 changed files with 5995 additions and 3969 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue