style: format all files initially using keep-sorted
This commit is contained in:
parent
28ddb141f4
commit
c82a138eb7
14 changed files with 94 additions and 94 deletions
|
|
@ -26,17 +26,17 @@ in
|
|||
ap = "add -p";
|
||||
c = "commit --verbose";
|
||||
ca = "commit -a --verbose";
|
||||
cm = "commit -m";
|
||||
cam = "commit -a -m";
|
||||
m = "commit --amend --verbose";
|
||||
d = "diff";
|
||||
ds = "diff --stat";
|
||||
dc = "diff --cached";
|
||||
s = "status -s";
|
||||
cm = "commit -m";
|
||||
co = "checkout";
|
||||
cob = "checkout -b";
|
||||
ps = "push";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
ds = "diff --stat";
|
||||
m = "commit --amend --verbose";
|
||||
pl = "pull";
|
||||
ps = "push";
|
||||
s = "status -s";
|
||||
# keep-sorted end
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -26,14 +26,14 @@ in
|
|||
};
|
||||
communityPlugins = [
|
||||
# keep-sorted start
|
||||
"obsidian-livesync"
|
||||
"oz-clear-unused-images"
|
||||
"obsidian-editor-shortcuts"
|
||||
"obsidian-excalidraw-plugin"
|
||||
"obsidian-livesync"
|
||||
"obsidian-relative-line-numbers"
|
||||
"oz-clear-unused-images"
|
||||
"pdf-plus"
|
||||
"tag-wrangler"
|
||||
"virtual-linker"
|
||||
"pdf-plus"
|
||||
"obsidian-excalidraw-plugin"
|
||||
"obsidian-relative-line-numbers"
|
||||
# keep-sorted end
|
||||
];
|
||||
corePlugins = [
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@ in
|
|||
(
|
||||
[
|
||||
# keep-sorted start
|
||||
bacon
|
||||
cargo-info
|
||||
devenv
|
||||
just
|
||||
mask
|
||||
vscode
|
||||
bacon
|
||||
cargo-info
|
||||
rusty-man
|
||||
vscode
|
||||
# keep-sorted end
|
||||
]
|
||||
++ (with jetbrains; [
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ in
|
|||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
# keep-sorted start
|
||||
couchdb.enable = true;
|
||||
copyparty.enable = true;
|
||||
couchdb.enable = true;
|
||||
flaresolverr.enable = true;
|
||||
homepage-dashboard.enable = true;
|
||||
immich.enable = true;
|
||||
|
|
@ -17,10 +17,10 @@ in
|
|||
ntfy-sh.enable = true;
|
||||
paperless.enable = true;
|
||||
prowlarr.enable = true;
|
||||
qbittorrent.enable = true;
|
||||
radarr.enable = true;
|
||||
sonarr.enable = true;
|
||||
syncthing.enable = true;
|
||||
qbittorrent.enable = true;
|
||||
vaultwarden.enable = true;
|
||||
vscode-server.enable = true;
|
||||
# keep-sorted end
|
||||
|
|
|
|||
|
|
@ -26,14 +26,14 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# keep-sorted start
|
||||
keep-sorted
|
||||
dua # disk use analyser
|
||||
fd # find
|
||||
hyperfine # benchmarking tool
|
||||
keep-sorted
|
||||
lazygit # git tui
|
||||
mprocs # run long running commands and monitor output
|
||||
nom
|
||||
nixfmt-rfc-style
|
||||
nom
|
||||
presenterm # presentations
|
||||
ripgrep-all # grep
|
||||
ripunzip
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@ in
|
|||
lutris
|
||||
mangohud
|
||||
nexusmods-app
|
||||
prismlauncher
|
||||
protonup-qt
|
||||
wine
|
||||
wine64
|
||||
winetricks
|
||||
prismlauncher
|
||||
# keep-sorted end
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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" = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
]);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue