style: format all files initially using keep-sorted

This commit is contained in:
wi11-holdsworth 2025-09-17 12:39:17 +10:00
parent 28ddb141f4
commit c82a138eb7
14 changed files with 94 additions and 94 deletions

View file

@ -15,11 +15,11 @@ in
lutris
mangohud
nexusmods-app
prismlauncher
protonup-qt
wine
wine64
winetricks
prismlauncher
# keep-sorted end
];

View file

@ -22,18 +22,16 @@ in
# cheese # photo booth
# eog # image viewer
epiphany # web browser
gedit # text editor
# simple-scan # document scanner
totem # video player
yelp # help viewer
evince # document viewer
# file-roller # archive manager
geary # email client
seahorse # password manager
gedit # text editor
gnome-calculator
gnome-calendar
gnome-characters
gnome-clocks
# gnome-disk-utility
gnome-connections
gnome-contacts
gnome-font-viewer
gnome-logs
@ -44,8 +42,10 @@ in
# gnome-system-monitor
gnome-terminal
gnome-weather
# gnome-disk-utility
gnome-connections
seahorse # password manager
# simple-scan # document scanner
totem # video player
yelp # help viewer
# keep-sorted end
];
};

View file

@ -43,6 +43,52 @@ in
allowedHosts = "homepage-dashboard.fi33.buzz";
services = [
# keep-sorted start block=yes
{
"Cloud Services" = [
{
"copyparty" = {
"description" = "Cloud file manager";
"icon" = "sh-copyparty.svg";
"href" = "https://copyparty.fi33.buzz/";
};
}
{
"CouchDB" = {
"description" = "Obsidian sync database";
"icon" = "couchdb.svg";
"href" = "https://couchdb.fi33.buzz/_utils/";
};
}
{
"ntfy" = {
"description" = "Notification service";
"icon" = "ntfy.svg";
"href" = "https://ntfy-sh.fi33.buzz/";
};
}
{
"Syncthing" = {
"description" = "Decentralised file synchronisation";
"icon" = "syncthing.svg";
"href" = "https://syncthing.fi33.buzz/";
};
}
{
"qBittorrent" = {
"description" = "BitTorrent client";
"icon" = "qbittorrent.svg";
"href" = "https://qbittorrent.fi33.buzz/";
};
}
{
"Vaultwarden" = {
"description" = "Password manager";
"icon" = "vaultwarden.svg";
"href" = "https://vaultwarden.fi33.buzz/";
};
}
];
}
{
"Media Management" = [
{
@ -163,52 +209,6 @@ in
}
];
}
{
"Cloud Services" = [
{
"copyparty" = {
"description" = "Cloud file manager";
"icon" = "sh-copyparty.svg";
"href" = "https://copyparty.fi33.buzz/";
};
}
{
"CouchDB" = {
"description" = "Obsidian sync database";
"icon" = "couchdb.svg";
"href" = "https://couchdb.fi33.buzz/_utils/";
};
}
{
"ntfy" = {
"description" = "Notification service";
"icon" = "ntfy.svg";
"href" = "https://ntfy-sh.fi33.buzz/";
};
}
{
"Syncthing" = {
"description" = "Decentralised file synchronisation";
"icon" = "syncthing.svg";
"href" = "https://syncthing.fi33.buzz/";
};
}
{
"qBittorrent" = {
"description" = "BitTorrent client";
"icon" = "qbittorrent.svg";
"href" = "https://qbittorrent.fi33.buzz/";
};
}
{
"Vaultwarden" = {
"description" = "Password manager";
"icon" = "vaultwarden.svg";
"href" = "https://vaultwarden.fi33.buzz/";
};
}
];
}
{
"Utilities" = [
{

View file

@ -15,11 +15,11 @@ in
enable = true;
extraPackages = with pkgs; [
# keep-sorted start
intel-media-driver
libva-vdpau-driver
intel-compute-runtime
vpl-gpu-rt
intel-media-driver
intel-ocl
libva-vdpau-driver
vpl-gpu-rt
# keep-sorted end
];
};

View file

@ -21,16 +21,16 @@ in
with pkgs.kdePackages;
[
# keep-sorted start
kget
kontact
ktorrent
kget
kzones
# keep-sorted end
]
++ (with pkgs; [
# keep-sorted start
kile
haruna
kile
# keep-sorted end
]);
};