style: utilise keep-sorted formatter

This commit is contained in:
wi11-holdsworth 2025-09-17 11:47:17 +10:00
parent fd65dc21ad
commit f04a4ca44d
31 changed files with 86 additions and 27 deletions

View file

@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
...
}:

View file

@ -1,4 +1,8 @@
{ config, lib, ... }:
{
config,
lib,
...
}:
let
feature = "eza";
in

View file

@ -16,6 +16,7 @@ in
set fish_greeting
'';
shellAliases = {
# keep-sorted start
cat = "bat";
cd = "j";
g = "lazygit";
@ -25,6 +26,7 @@ in
ns = "nh os switch";
vi = "nvim";
vim = "nvim";
# keep-sorted end
};
};

View file

@ -20,6 +20,7 @@ in
userEmail = "83637728+wi11-holdsworth@users.noreply.github.com";
aliases = {
# keep-sorted start
a = "add";
aa = "add .";
ap = "add -p";
@ -36,6 +37,7 @@ in
cob = "checkout -b";
ps = "push";
pl = "pull";
# keep-sorted end
};
extraConfig = {

View file

@ -25,6 +25,7 @@ in
showRibbon = false;
};
communityPlugins = [
# keep-sorted start
"obsidian-livesync"
"oz-clear-unused-images"
"obsidian-editor-shortcuts"
@ -33,8 +34,10 @@ in
"pdf-plus"
"obsidian-excalidraw-plugin"
"obsidian-relative-line-numbers"
# keep-sorted end
];
corePlugins = [
# keep-sorted start
"backlink"
"bases"
"bookmarks"
@ -61,6 +64,7 @@ in
"word-count"
"workspaces"
"zk-prefixer"
# keep-sorted end
];
hotkeys = {
"editor:swap-line-down" = [

View file

@ -12,6 +12,7 @@ in
programs.yazi = {
enable = true;
plugins = {
# keep-sorted start
diff = pkgs.yaziPlugins.diff;
git = pkgs.yaziPlugins.git;
mediainfo = pkgs.yaziPlugins.mediainfo;
@ -23,9 +24,8 @@ in
starship = pkgs.yaziPlugins.starship;
vcs-files = pkgs.yaziPlugins.vcs-files;
yatline-githead = pkgs.yaziPlugins.yatline-githead;
# keep-sorted end
};
# flavors = {};
# themes = {};
};
};