format all code with alejandra

This commit is contained in:
Antoine Martin 2022-04-10 11:54:58 +02:00
parent fa0cda2673
commit 4f0d45e4d5
89 changed files with 1605 additions and 1298 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
programs = {
fish.enable = true;
gnupg.agent = {
@ -20,8 +19,10 @@
};
environment.systemPackages = builtins.attrValues {
inherit (pkgs)
inherit
(pkgs)
# shell usage
fd
ripgrep
sd
@ -29,8 +30,8 @@
tokei
tree
wget
# development
alejandra
git
git-crypt
@ -41,8 +42,8 @@
pinentry-gnome
python3
vim
# terminal utilities
bottom
dogdns
du-dust
@ -51,16 +52,16 @@
tealdeer
unzip
zip
# nix pkgs lookup
nix-index
agenix
;
;
inherit (pkgs.llvmPackages_11)
inherit
(pkgs.llvmPackages_11)
bintools
clang
;
;
};
}