chore: format code with alejandra

This commit is contained in:
Khaïs COLIN 2024-09-18 12:03:23 +02:00
parent 5576fba883
commit 144c46a984
13 changed files with 164 additions and 131 deletions

View file

@ -1,4 +1,10 @@
{ pkgs, nixvim, river-shifttags, kitty-unstable, ... }: let
{
pkgs,
nixvim,
river-shifttags,
kitty-unstable,
...
}: let
username = "khais";
in {
imports = [
@ -9,7 +15,15 @@ in {
home = {
packages = with pkgs; [
# system tools & bragging
htop neofetch ripgrep usbutils wget curl ncdu trashy unzip
htop
neofetch
ripgrep
usbutils
wget
curl
ncdu
trashy
unzip
# remote working
remmina
# communication
@ -22,13 +36,18 @@ in {
# https://superuser.com/a/1803183
wl-clipboard
# wm river utils
playerctl brightnessctl river-shifttags wlr-randr
playerctl
brightnessctl
river-shifttags
wlr-randr
# dev tools
gitu lnav
gitu
lnav
# music
cmus
# music collection tools
picard kid3
picard
kid3
# audio
audacity
# video
@ -36,14 +55,16 @@ in {
# file sending
magic-wormhole
# drawing apps
krita inkscape
krita
inkscape
# office apps
libreoffice-fresh
hunspellDicts.fr-moderne
hunspellDicts.de-de
hunspellDicts.en-us
# nixos tools
nh nix-output-monitor
nh
nix-output-monitor
];
file = {
@ -87,8 +108,8 @@ in {
};
ui = {
editor = "nvim";
diff-editor = [ "nvim" "-c" "DiffEditor $left $right $output" ];
merge-editor = [ "nvim" "-c" "DiffEditor $left $right $output" ];
diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
merge-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
};
};
};
@ -163,7 +184,7 @@ in {
incremental = false;
write = true;
};
plugins = [ "lyrics" "web" "info" "edit" ];
plugins = ["lyrics" "web" "info" "edit"];
};
};